logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0002-Break-up-long-string-literal.patch (1039B)


  1. From c1dc134f5f2591d364907a2e6102848d76c762a7 Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Tue, 4 Jul 2023 18:57:02 -0700
  4. Subject: [PATCH] Break up long string literal
  5. ---
  6. bubblewrap.c | 2 ++
  7. 1 file changed, 2 insertions(+)
  8. diff --git a/bubblewrap.c b/bubblewrap.c
  9. index f8728c7..d834618 100644
  10. --- a/bubblewrap.c
  11. +++ b/bubblewrap.c
  12. @@ -340,6 +340,8 @@ usage (int ecode, FILE *out)
  13. " --dev-bind-try SRC DEST Equal to --dev-bind but ignores non-existent SRC\n"
  14. " --ro-bind SRC DEST Bind mount the host path SRC readonly on DEST\n"
  15. " --ro-bind-try SRC DEST Equal to --ro-bind but ignores non-existent SRC\n"
  16. + );
  17. + fprintf (out,
  18. " --bind-fd FD DEST Bind open directory or path fd on DEST\n"
  19. " --ro-bind-fd FD DEST Bind open directory or path fd read-only on DEST\n"
  20. " --remount-ro DEST Remount DEST as readonly; does not recursively remount\n"
  21. --
  22. 2.44.0