diff options
author | Florin Grad <florin@mandriva.com> | 2001-10-03 13:06:39 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-10-03 13:06:39 +0000 |
commit | ab92965919be239956860a5b80d179d511f3c801 (patch) | |
tree | 3239a188331406d0facec616618567be392483a0 | |
parent | 1e5e37d7c3d1500d0125d167a4debae403ae73b4 (diff) | |
download | msec-ab92965919be239956860a5b80d179d511f3c801.tar msec-ab92965919be239956860a5b80d179d511f3c801.tar.gz msec-ab92965919be239956860a5b80d179d511f3c801.tar.bz2 msec-ab92965919be239956860a5b80d179d511f3c801.tar.xz msec-ab92965919be239956860a5b80d179d511f3c801.zip |
touch ld.so.preload before cleaning
-rw-r--r-- | init-sh/lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-sh/lib.sh b/init-sh/lib.sh index 8afefdb..70102ff 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -328,6 +328,7 @@ CleanRules /etc/securetty CommentUserRules /etc/securetty CleanRules /etc/security/msec/security.conf CommentUserRules /etc/security/msec/security.conf +touch /etc/ld.so.preload CleanRules /etc/ld.so.preload CleanLoaderRules |