summaryrefslogtreecommitdiffstats
path: root/sbin/mount_unionfs
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-05-17 22:46:01 +0000
committerpst <pst@FreeBSD.org>1996-05-17 22:46:01 +0000
commit3c6405efe575ceb7213f2bf914099da9523800cd (patch)
tree64ac03ea9848938c18d7356f056cec01289675ff /sbin/mount_unionfs
parent20c8a074959dfc0d4e13f374c90670ec121ab5f8 (diff)
downloadFreeBSD-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/Makefile3
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>
OpenPOWER on IntegriCloud