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:
parent
cc6895f6c6
commit
a459232eed
3 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue