mount(1)/umount(1)/format(1): remove setuid bits

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.
This commit is contained in:
David van Moolenbroek 2012-10-16 22:42:30 +02:00
parent cc6895f6c6
commit a459232eed
3 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
PROG= format PROG= format
BIMODE= 4755
MAN= MAN=
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,6 +1,5 @@
PROG= mount PROG= mount
BINDIR= /bin BINDIR= /bin
BINMODE= 4755
MAN= MAN=
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,6 +1,5 @@
PROG= umount PROG= umount
BINDIR= /bin BINDIR= /bin
BINMODE= 4755
MAN= MAN=
.include <bsd.prog.mk> .include <bsd.prog.mk>