aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-xinit-sh/level4.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index 79be32b..575f16e 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -112,7 +112,6 @@ AddRules "if [[ \${UID} == 0 ]]; then umask 022; else umask 077; fi" /etc/profil
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