aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit-sh/level5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index 5c09c6a..1fa9a9d 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -118,7 +118,7 @@ echo "Setting umask to 077 (u=rw) :"
AddRules "UMASK_ROOT=077" /etc/sysconfig/msec
AddRules "UMASK_USER=077" /etc/sysconfig/msec
-if [[ -f /lib/libsafe.so.2]]; then
+if [[ -f /lib/libsafe.so.2 ]]; then
echo "Enabling stack overflow protection :"
AddRules "/lib/libsafe.so.2" /etc/ld.so.preload
fi