activate unveil for testing
authorderaadt <deraadt@openbsd.org>
Mon, 30 Jul 2018 00:11:04 +0000 (00:11 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 30 Jul 2018 00:11:04 +0000 (00:11 +0000)
ok kibbles and bits

sys/kern/vfs_syscalls.c

index 768a567..b01a0c8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vfs_syscalls.c,v 1.296 2018/07/27 01:44:19 beck Exp $ */
+/*     $OpenBSD: vfs_syscalls.c,v 1.297 2018/07/30 00:11:04 deraadt Exp $      */
 /*     $NetBSD: vfs_syscalls.c,v 1.71 1996/04/23 10:29:02 mycroft Exp $        */
 
 /*
@@ -913,9 +913,6 @@ sys_unveil(struct proc *p, void *v, register_t *retval)
        if (pathlen < 2)
                return EINVAL;
 
-       /* XXX unveil is disabled but returns sucess for now */
-       return 0;
-
        if (pathlen == 2 && pathname[0] == '/')
                NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | SAVENAME,
                    UIO_SYSSPACE, pathname, p);