diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-10-21 00:05:41 +0100 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-21 00:05:41 +0100 |
commit | 44930dbae692fd26ce6c4e4c7eebdf832437bb1c (patch) | |
tree | e294a5881dc2942d67dd0a4a8c9269371ac49221 /system/glyptodon/patches | |
parent | d6c310f4a84f3cefcb1e0ae0c2898c9da6c71b11 (diff) | |
download | slackbuilds-44930dbae692fd26ce6c4e4c7eebdf832437bb1c.tar.gz |
system/glyptodon: Added. (file-system analyzer).
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'system/glyptodon/patches')
-rw-r--r-- | system/glyptodon/patches/glyptodon.sh-1.2b-caps.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/glyptodon/patches/glyptodon.sh-1.2b-caps.diff b/system/glyptodon/patches/glyptodon.sh-1.2b-caps.diff new file mode 100644 index 0000000000..9375b2feee --- /dev/null +++ b/system/glyptodon/patches/glyptodon.sh-1.2b-caps.diff @@ -0,0 +1,19 @@ +--- glyptodon.sh.old 2010-09-14 22:45:49.000000000 +0200 ++++ glyptodon.sh 2010-09-22 15:52:25.000000000 +0200 +@@ -196,11 +196,11 @@ + # Verifye system is compatiable and has the tools to manage POSIX capabilities + if [ $CAPABILITIES ] + then +- if ! grep -x "CONFIG_SECURITY_FILE_CAPABILITIES=y" /boot/config-`cat /proc/version | cut -d " " -f 3` &> /dev/null +- then +- writeAndLog "Error : Your kernel configuration does not allow file capabilities -> Abort script." +- exit 1 +- fi ++# if ! grep -x "CONFIG_SECURITY_FILE_CAPABILITIES=y" /boot/config-`cat /proc/version | cut -d " " -f 3` &> /dev/null ++# then ++# writeAndLog "Error : Your kernel configuration does not allow file capabilities -> Abort script." ++# exit 1 ++# fi + for tool in $CAPABILITIES_TOOLS + do + if ! command -v "$tool" &>/dev/null |