diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-06-13 19:01:49 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-06-13 19:01:49 +0000 |
commit | 17c03ea9c1f43a09bca16fefc01e912cdae6b4e0 (patch) | |
tree | 889f6b44491cf6e85fb3b79a9f3edf4744f75fe9 /system/bubblewrap/tests.patch | |
parent | 168b4574bffac2fa0066269f193237dd01e81199 (diff) | |
parent | 694a93b7121e5c595def22cd8b1cbf6e61c7f37b (diff) | |
download | packages-17c03ea9c1f43a09bca16fefc01e912cdae6b4e0.tar.gz packages-17c03ea9c1f43a09bca16fefc01e912cdae6b4e0.tar.bz2 packages-17c03ea9c1f43a09bca16fefc01e912cdae6b4e0.tar.xz packages-17c03ea9c1f43a09bca16fefc01e912cdae6b4e0.zip |
Merge branch 'bwrap-secfix' into 'master'
system/bubblewrap: secbump to 0.3.3, add testing notes
https://github.com/projectatomic/bubblewrap/commit/efc89e3b939b4bde42c10f065f6b7b02958ed50e
Note: there is no version 0.3.2.
See merge request !236
Diffstat (limited to 'system/bubblewrap/tests.patch')
-rw-r--r-- | system/bubblewrap/tests.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/bubblewrap/tests.patch b/system/bubblewrap/tests.patch new file mode 100644 index 000000000..651d6269a --- /dev/null +++ b/system/bubblewrap/tests.patch @@ -0,0 +1,23 @@ +--- bubblewrap-0.3.3/tests/test-run.sh 2019-05-01 04:51:47.000000000 -0400 ++++ bubblewrap-0.3.3/tests/test-run.sh 2019-06-03 14:43:33.881226220 -0400 +@@ -127,8 +127,9 @@ + fi + + # bind dest in symlink (https://github.com/projectatomic/bubblewrap/pull/119) +- $RUN $ALT --dir /tmp/dir --symlink dir /tmp/link --bind /etc /tmp/link true +- echo "ok - can bind a destination over a symlink" ++ #$RUN $ALT --dir /tmp/dir --symlink dir /tmp/link --bind /etc /tmp/link true ++ #echo "ok - can bind a destination over a symlink" ++ echo "ok # SKIP musl realpath depends on /proc" + done + + # Test devices +@@ -215,7 +216,7 @@ + # Test --die-with-parent + + cat >lockf-n.py <<EOF +-#!/usr/bin/env python ++#!/usr/bin/env python3 + import struct,fcntl,sys + path = sys.argv[1] + if sys.argv[2] == 'wait': |