diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-08-01 15:57:00 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-08-01 15:57:00 +0000 |
commit | a754f41fd4e2a1c6ab352c2cda7c08915c4e920d (patch) | |
tree | 8583663f6ca3d0e5f3657d1f4f79898887e57736 | |
parent | e5e2e0ac81fa500e8693011d34e467fec05259b6 (diff) |
Link regress unveil-unmount to build.
-rw-r--r-- | regress/sys/kern/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile index a2960ece924..b73c20e19f1 100644 --- a/regress/sys/kern/Makefile +++ b/regress/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.82 2019/06/14 19:23:53 cheloha Exp $ +# $OpenBSD: Makefile,v 1.83 2019/08/01 15:56:59 bluhm Exp $ SUBDIR+= __syscall access accept cmsgsize clock_gettime SUBDIR+= dup2 dup2_accept dup2_self descrip @@ -26,8 +26,9 @@ SUBDIR+= sosplice SUBDIR+= syscall sysvmsg sysvsem SUBDIR+= sysvshm unalign unfdpass wait SUBDIR+= sig-stop -SUBDIR+= unveil SUBDIR+= unixsock bind +SUBDIR+= unveil +SUBDIR+= unveil-unmount # The setuid subtest creates set user/group id binaries in the obj directory. # Do not run this test by default, it may trigger alerts from daily security. |