From c5b89b6f2674a5ed485cfce470125201a587623d Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Thu, 1 Aug 2019 15:20:52 +0000 Subject: Call unveil(2) in combination with unlink(2) and chroot(2). Use umount(8) to check that the mountpoint leaks no vnode. --- regress/sys/kern/unveil-unmount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/sys/kern/unveil-unmount') 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. -- cgit v1.2.3