From 3c6405efe575ceb7213f2bf914099da9523800cd Mon Sep 17 00:00:00 2001 From: pst Date: Fri, 17 May 1996 22:46:01 +0000 Subject: 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 --- sbin/mount_union/Makefile | 3 --- sbin/mount_unionfs/Makefile | 3 --- 2 files changed, 6 deletions(-) (limited to 'sbin') diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index 6996bf3..e213137 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} -BINOWN= root -BINMODE=4555 - .include 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 -- cgit v1.1