[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200402134716.3725-1-lczerner@redhat.com>
Date: Thu, 2 Apr 2020 15:47:16 +0200
From: Lukas Czerner <lczerner@...hat.com>
To: linux-ext4@...r.kernel.org
Cc: Ted Tso <tytso@....edu>
Subject: [PATCH] e2scrub: Remove PATH setting from the scripts
We don't want to override system setting by changing the PATH. This
should remain under administrator/user control.
Signed-off-by: Lukas Czerner <lczerner@...hat.com>
---
scrub/e2scrub.in | 2 --
scrub/e2scrub_all.in | 2 --
2 files changed, 4 deletions(-)
diff --git a/scrub/e2scrub.in b/scrub/e2scrub.in
index 30ab7cbd..7c3f46e9 100644
--- a/scrub/e2scrub.in
+++ b/scrub/e2scrub.in
@@ -23,8 +23,6 @@
# check filesystems in VGs that have at least 256MB (or so) of
# free space.
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-
if (( $EUID != 0 )); then
echo "e2scrub must be run as root"
exit 1
diff --git a/scrub/e2scrub_all.in b/scrub/e2scrub_all.in
index 4288b969..b6a7d0ad 100644
--- a/scrub/e2scrub_all.in
+++ b/scrub/e2scrub_all.in
@@ -18,8 +18,6 @@
# along with this program; if not, write the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-
if (( $EUID != 0 )); then
echo "e2scrub_all must be run as root"
exit 1
--
2.21.1
Powered by blists - more mailing lists