install mount_union setuid root. permission checks are done in the kernel.
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Thu, 17 Feb 1994 23:37:17 +0000 (15:37 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Thu, 17 Feb 1994 23:37:17 +0000 (15:37 -0800)
SCCS-vsn: sbin/mount_union/Makefile 8.2

usr/src/sbin/mount_union/Makefile

index 4c9a422..469ee34 100644 (file)
@@ -1,7 +1,9 @@
-#      @(#)Makefile    8.1 (Berkeley) %G%
+#      @(#)Makefile    8.2 (Berkeley) %G%
 
 CFLAGS+=-I/sys
 PROG=  mount_union
 MAN8=  mount_union.0
 
 CFLAGS+=-I/sys
 PROG=  mount_union
 MAN8=  mount_union.0
+BINOWN= root
+BINMODE=4555
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>