Disable setuid permission for mount_union(1).

This covers the security problem descibed in SA-96:10 and Jeff says that
when we upgrade to Lite2 (which fixes this problem), mount no longer needs
to be setuid, so we'll never be going back.

Submitted by:	hsu
Reviewed by:    pst
This commit is contained in:
Paul Traina 1996-05-17 22:46:01 +00:00
parent 9e07313af0
commit b667dc9a51
2 changed files with 0 additions and 6 deletions

View File

@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>

View File

@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>