aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-10-03 13:07:32 +0000
committerFlorin Grad <florin@mandriva.com>2001-10-03 13:07:32 +0000
commitf1338c15cd015617adff825384bfa35b6d09befe (patch)
treea9a45c1eb48cae894f34ff0cdbecdfcbed8293bb /init-sh
parentab92965919be239956860a5b80d179d511f3c801 (diff)
downloadmsec-f1338c15cd015617adff825384bfa35b6d09befe.tar
msec-f1338c15cd015617adff825384bfa35b6d09befe.tar.gz
msec-f1338c15cd015617adff825384bfa35b6d09befe.tar.bz2
msec-f1338c15cd015617adff825384bfa35b6d09befe.tar.xz
msec-f1338c15cd015617adff825384bfa35b6d09befe.zip
remove the touch ld.so.preload as we're doing it in lib.sh
Diffstat (limited to 'init-sh')
-rwxr-xr-xinit-sh/level4.sh1
-rwxr-xr-xinit-sh/level5.sh1
2 files changed, 0 insertions, 2 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
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index a883b5e..3d434f1 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -122,7 +122,6 @@ AddRules "umask 077" /etc/profile.d/msec.csh
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