aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-xinit-sh/level5.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index 08517f6..a883b5e 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -120,8 +120,9 @@ echo "Setting umask to 077 (u=rw) :"
AddRules "umask 077" /etc/profile.d/msec.sh
AddRules "umask 077" /etc/profile.d/msec.csh
-if [[ -f /lib/libsafe.so.1.3 ]]; then
+if [[ -f /lib/libsafe.so.2]]; then
echo "Enabling stack overflow protection :"
+ touch /etc/ld.so.preload
AddRules "/lib/libsafe.so.2" /etc/ld.so.preload
fi