From a459232eed1da13b055a041822f3c8fee0b6b944 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Tue, 16 Oct 2012 22:42:30 +0200 Subject: [PATCH] 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. --- commands/format/Makefile | 1 - commands/mount/Makefile | 1 - commands/umount/Makefile | 1 - 3 files changed, 3 deletions(-) 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