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:
@@ -1,5 +1,4 @@
|
||||
PROG= format
|
||||
BIMODE= 4755
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
PROG= mount
|
||||
BINDIR= /bin
|
||||
BINMODE= 4755
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
PROG= umount
|
||||
BINDIR= /bin
|
||||
BINMODE= 4755
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
Reference in New Issue
Block a user