From: David van Moolenbroek Date: Tue, 16 Oct 2012 20:42:30 +0000 (+0200) Subject: mount(1)/umount(1)/format(1): remove setuid bits X-Git-Tag: v3.2.1~268 X-Git-Url: http://zhaoyanbai.com/repos/man.nsupdate.html?a=commitdiff_plain;h=a459232eed1da13b055a041822f3c8fee0b6b944;p=minix.git 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. --- diff --git a/commands/format/Makefile b/commands/format/Makefile index ac3215f3c..7d0de0436 100644 --- a/commands/format/Makefile +++ b/commands/format/Makefile @@ -1,5 +1,4 @@ PROG= format -BIMODE= 4755 MAN= .include diff --git a/commands/mount/Makefile b/commands/mount/Makefile index 17d24bd83..c708bfdc2 100644 --- a/commands/mount/Makefile +++ b/commands/mount/Makefile @@ -1,6 +1,5 @@ PROG= mount BINDIR= /bin -BINMODE= 4755 MAN= .include diff --git a/commands/umount/Makefile b/commands/umount/Makefile index 1f03c5a83..5d167b23f 100644 --- a/commands/umount/Makefile +++ b/commands/umount/Makefile @@ -1,6 +1,5 @@ PROG= umount BINDIR= /bin -BINMODE= 4755 MAN= .include