diff options
author | pst <pst@FreeBSD.org> | 1996-05-17 22:46:01 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-05-17 22:46:01 +0000 |
commit | 3c6405efe575ceb7213f2bf914099da9523800cd (patch) | |
tree | 64ac03ea9848938c18d7356f056cec01289675ff /sbin/mount_unionfs | |
parent | 20c8a074959dfc0d4e13f374c90670ec121ab5f8 (diff) | |
download | FreeBSD-src-3c6405efe575ceb7213f2bf914099da9523800cd.zip FreeBSD-src-3c6405efe575ceb7213f2bf914099da9523800cd.tar.gz |
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
Diffstat (limited to 'sbin/mount_unionfs')
-rw-r--r-- | sbin/mount_unionfs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 6996bf3..e213137 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} -BINOWN= root -BINMODE=4555 - .include <bsd.prog.mk> |