START	sys/kern/unveil	2024-04-26T05:38:05Z

==== run-regress-syscalls ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/unveil/syscalls.c
/usr/src/regress/sys/kern/unveil/syscalls.c:683:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
test_fork()
         ^
          void
1 warning generated.
cc   -o syscalls syscalls.o -lutil
./syscalls
testing open
testing flag escalation
testing openat
testing opendir
testing clearing flags
(testing unveil after pledge)
testing "r"
testing "rw"
testing "x"
testing unlink
testing link
testing link without O_CREAT
testing chdir
testing rename
testing access
testing chflags
testing stat
testing stat components to nonexistent "rw"
testing statfs
testing symlink and lstat and readlink
testing symlink with "rw"
testing chmod
testing chmod should fail for read
testing execve with "rw"
testing realpath
testing parent dir
testing unveil("/")
testing dot(".")
testing dot flags(".")
testing BYPASSUNVEIL
testing fork inhertiance
testing fork inhertiance
testing fork inhertiance
testing fork inhertiance
testing fork inhertiance
testing fork inhertiance
testing dotdotup
testing read only with one writeable file
testing path discovery
testing fchdir
testing unveil locked fork
testing unveil locked fork
testing unveil on intermediate node
testing unveil on noaccess node

==== run-regress-socket ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/unveil/socket.c
cc   -o socket socket.o 
./socket
testing bind and connect on unix socket

PASS	sys/kern/unveil	Duration 0m10.43s