diff options
author | 2015-10-20 06:44:51 +0000 | |
---|---|---|
committer | 2015-10-20 06:44:51 +0000 | |
commit | 4f6e0223f2e323bc4dc54c1656b2bd8b7f4b5b4e (patch) | |
tree | 315b5cb4fe84013a36b7befe7bf65c1cf98af12f | |
parent | Fix ocsp by adding a missing TAILQ_INIT(). (diff) | |
download | wireguard-openbsd-4f6e0223f2e323bc4dc54c1656b2bd8b7f4b5b4e.tar.xz wireguard-openbsd-4f6e0223f2e323bc4dc54c1656b2bd8b7f4b5b4e.zip |
update regress for pledge after whitelisted-path view inclusion
-rw-r--r-- | regress/sys/kern/pledge/generic/tests.out | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/sys/kern/pledge/generic/tests.out b/regress/sys/kern/pledge/generic/tests.out index a04220c6689..9fe7dec45b8 100644 --- a/regress/sys/kern/pledge/generic/tests.out +++ b/regress/sys/kern/pledge/generic/tests.out @@ -1,4 +1,4 @@ -# $OpenBSD: tests.out,v 1.6 2015/10/18 13:01:40 semarie Exp $ +# $OpenBSD: tests.out,v 1.7 2015/10/20 06:44:51 semarie Exp $ test(test_nop): pledge=("",NULL) status=0 exit=0 test(test_inet): pledge=("",NULL) status=9 signal=9 pledged_syscall=97 test(test_inet): pledge=("abort",NULL) status=134 signal=6 coredump=present pledged_syscall=97 @@ -91,12 +91,12 @@ test(test_pledge): pledge=("stdio rpath wpath",{"/",NULL}) status=256 exit=1 (er test(test_pledge): pledge=("stdio",NULL) status=256 exit=1 (errno: "Operation not permitted") test(test_pledge): pledge=("unix",NULL) status=256 exit=1 (errno: "Operation not permitted") test(test_stat): pledge=("stdio rpath",{"/usr/share/man",NULL}) - stat("/usr/share/man/man8/afterboot.8"): realpath=failed(2) uid=0 gid=7 mode=100444 - stat("/usr/share/man/man8/"): realpath=failed(2) uid=0 gid=0 mode=40755 - stat("/usr/share/man"): realpath=failed(2) uid=0 gid=0 mode=40755 - stat("/usr/share"): realpath=failed(2) errno=2 - stat("/usr"): realpath="/usr" errno=2 - stat("/"): realpath="/" errno=2 + stat("/usr/share/man/man8/afterboot.8"): realpath="/usr/share/man/man8/afterboot.8" uid=0 gid=7 mode=100444 + stat("/usr/share/man/man8/"): realpath="/usr/share/man/man8" uid=0 gid=0 mode=40755 + stat("/usr/share/man"): realpath="/usr/share/man" uid=0 gid=0 mode=40755 + stat("/usr/share"): realpath="/usr/share" uid=0 gid=0 mode=40111 + stat("/usr"): realpath="/usr" uid=0 gid=0 mode=40111 + stat("/"): realpath="/" uid=0 gid=0 mode=40111 stat("/usr/bin/gzip"): realpath=failed(2) errno=2 status=0 exit=0 test(test_mmap): pledge=("rpath malloc prot_exec",{"/dev/zero",NULL}) status=0 exit=0 |