aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-xinit-sh/level4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index 3e46295..c23d576 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -109,7 +109,7 @@ AddRules "export PATH SECURE_LEVEL" /etc/profile
AddRules "PATH=\$PATH:/usr/X11R6/bin:/usr/games" /etc/zprofile quiet
AddRules "export PATH SECURE_LEVEL" /etc/zprofile
-if [[ -f /usr/lib/libsafe.so.1.3 ]]; then
+if [[ -f /lib/libsafe.so.1.3 ]]; then
echo "Enabling stack overflow protection :"
AddRules "/lib/libsafe.so.1.3" /etc/ld.so.preload
fi