summaryrefslogtreecommitdiff
path: root/pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2023-07-04 19:25:55 -0700
committerMichael Forney <mforney@mforney.org>2023-07-07 13:34:48 -0700
commit73cfb27201cfafd327598cfccc4fa7176f9d89c1 (patch)
treecf990f11043de2d9557453e47548dfab21cd5107 /pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch
parent875f1e20701b509e95b6474cb4794409f20136d5 (diff)
Add bubblewrap 0.8.0
Diffstat (limited to 'pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch')
-rw-r--r--pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch b/pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch
new file mode 100644
index 00000000..c365b159
--- /dev/null
+++ b/pkg/bubblewrap/patch/0003-Break-up-long-string-literal.patch
@@ -0,0 +1,25 @@
+From 21b0b65179640a795394a9664862d797aaca9120 Mon Sep 17 00:00:00 2001
+From: Michael Forney <mforney@mforney.org>
+Date: Tue, 4 Jul 2023 18:57:02 -0700
+Subject: [PATCH] Break up long string literal
+
+---
+ bubblewrap.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/bubblewrap.c b/bubblewrap.c
+index 8322ea0..ceb4beb 100644
+--- a/bubblewrap.c
++++ b/bubblewrap.c
+@@ -339,6 +339,8 @@ usage (int ecode, FILE *out)
+ " --dev-bind-try SRC DEST Equal to --dev-bind but ignores non-existent SRC\n"
+ " --ro-bind SRC DEST Bind mount the host path SRC readonly on DEST\n"
+ " --ro-bind-try SRC DEST Equal to --ro-bind but ignores non-existent SRC\n"
++ );
++ fprintf (out,
+ " --remount-ro DEST Remount DEST as readonly; does not recursively remount\n"
+ " --exec-label LABEL Exec label for the sandbox\n"
+ " --file-label LABEL File label for temporary sandbox content\n"
+--
+2.37.3
+