]> Zhao Yanbai Git Server - minix.git/commitdiff
mount(1)/umount(1)/format(1): remove setuid bits
authorDavid van Moolenbroek <david@minix3.org>
Tue, 16 Oct 2012 20:42:30 +0000 (22:42 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 17 Oct 2012 21:01:13 +0000 (23:01 +0200)
This is a security measure. We may want to bring back user access to
mounting and formatting media in the future, but this should be done
only once we are sure that this is safe from a security perspective.

commands/format/Makefile
commands/mount/Makefile
commands/umount/Makefile

index ac3215f3cf5de4ab959e0802743134171bc39db1..7d0de0436ec3ab6a87037061c1ad0f62aaf25a2e 100644 (file)
@@ -1,5 +1,4 @@
 PROG=  format
-BIMODE= 4755
 MAN=
 
 .include <bsd.prog.mk>
index 17d24bd83804e1d826ecf42c92a5b6b7b831dba8..c708bfdc2c7c6bb1b91b96b90809c4c6158bbb1b 100644 (file)
@@ -1,6 +1,5 @@
 PROG=  mount
 BINDIR=        /bin
-BINMODE= 4755
 MAN=
 
 .include <bsd.prog.mk>
index 1f03c5a8396dbd15dc73d680d49718832b7adf02..5d167b23fb098d03503ee73c5d72aeef6f7b886d 100644 (file)
@@ -1,6 +1,5 @@
 PROG=  umount
 BINDIR=        /bin
-BINMODE= 4755
 MAN=
 
 .include <bsd.prog.mk>