summaryrefslogtreecommitdiff
path: root/regress/sys/kern/unveil-unmount
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-08-01 15:20:52 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-08-01 15:20:52 +0000
commitc5b89b6f2674a5ed485cfce470125201a587623d (patch)
treea22653aef74c453189be9331e1fe221dd590de5b /regress/sys/kern/unveil-unmount
parentdc506587a6ee41f0116cd2862c6fd9b5068a1aed (diff)
Call unveil(2) in combination with unlink(2) and chroot(2).
Use umount(8) to check that the mountpoint leaks no vnode.
Diffstat (limited to 'regress/sys/kern/unveil-unmount')
-rw-r--r--regress/sys/kern/unveil-unmount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/kern/unveil-unmount/Makefile b/regress/sys/kern/unveil-unmount/Makefile
index 76c91a60130..a084b1059da 100644
--- a/regress/sys/kern/unveil-unmount/Makefile
+++ b/regress/sys/kern/unveil-unmount/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2019/08/01 15:20:51 bluhm Exp $
+# $OpenBSD: Makefile,v 1.1 2019/08/01 15:20:51 bluhm Exp $
# Call unveil(2) in combination with unlink(2) and chroot(2).
# Use umount(8) to check that the mountpoint leaks no vnode.