From cd4df399f9f827061f556f6de64c20f2ad48f99c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20Zingil=C3=A9?= Date: Thu, 11 Dec 2014 17:01:00 +0100 Subject: [PATCH] remove /usr/sbin in PATH variable for normal users MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-1696 Change-Id: I8e53ef7840cc070e97e0fbbc808f86fbd88781fb Signed-off-by: Nicolas Zingilé --- files/etc/profile | 1 - 1 file changed, 1 deletion(-) diff --git a/files/etc/profile b/files/etc/profile index 1c375f7..7b7fb3e 100644 --- a/files/etc/profile +++ b/files/etc/profile @@ -41,7 +41,6 @@ if [ "$EUID" = "0" ]; then pathmunge /usr/local/sbin else pathmunge /usr/local/sbin after - pathmunge /usr/sbin after fi HOSTNAME=`/usr/bin/hostname 2>/dev/null` -- 2.7.4