diff options
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 1eb8d18..5f7d99d 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -126,7 +126,7 @@ AddRules "PATH=\$PATH:/usr/X11R6/bin" /etc/zprofile quiet AddRules "export PATH SECURE_LEVEL" /etc/zprofile -if [[ -f /usr/lib/libsafe.so.1.2 ]]; then +if [[ -f /usr/lib/libsafe.so.1.3 ]]; then echo "Enabling stack overflow protection :" AddRules "/lib/libsafe.so.1.3" /etc/ld.so.preload fi |