From: Michael Tremer Date: Sun, 21 Jun 2009 17:11:14 +0000 (+0200) Subject: Enabled capabilities to some tools (again). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15310d57cd88d435159e7d6ed91a60dacdcd2af7;p=ipfire-3.x.git Enabled capabilities to some tools (again). --- diff --git a/lfs/iputils b/lfs/iputils index 9c23f0c1f..8e90ce7bc 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -128,6 +128,6 @@ $(OBJECT): $(objects) ln -svf ../../bin/tracepath /usr/sbin/ ln -svf ../../bin/tracepath6 /usr/sbin/ - -setcap cap_net_admin=ep /bin/ping + setcap cap_net_admin=ep /bin/ping @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/util-linux-ng b/lfs/util-linux-ng index b7ed6a473..e649c1b0f 100644 --- a/lfs/util-linux-ng +++ b/lfs/util-linux-ng @@ -125,10 +125,10 @@ $(OBJECT): $(objects) # PAM cp -vf $(DIR_CONFIG)/pam.d/login /etc/pam.d/ - #chmod -v -s /bin/mount - #setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/mount - #chmod -v -s /bin/umount - #setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/umount + chmod -v -s /bin/mount + setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/mount + chmod -v -s /bin/umount + setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/umount @rm -rf $(DIR_APP) @$(POSTBUILD)