From 80a65450bd92bd7d24c8e5087856053bbacfe9d9 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Wed, 22 Mar 2000 17:39:12 +0000 Subject: *** empty log message *** --- init-sh/lib.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init-sh/lib.sh') diff --git a/init-sh/lib.sh b/init-sh/lib.sh index 7f55c7c..7b395a7 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -181,6 +181,8 @@ CleanRules /etc/security/msec/security.conf CommentUserRules /etc/security/msec/security.conf CleanRules /etc/profile CleanRules /etc/lilo.conf +CleanRules /etc/logrotate.conf +CleanRules /etc/rc.d/rc.local CleanRules /etc/rc.d/rc.firewall CleanRules /etc/crontab CleanRules /etc/X11/xdm/Xsession @@ -192,9 +194,13 @@ echo "Setting spoofing protection : " AddRules "echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter" /etc/rc.d/rc.firewall # default group which must exist on the system +# groupadd already check for their existance... groupadd nogroup >& /dev/null groupadd audio >& /dev/null groupadd xgrp >& /dev/null +groupadd ntools >& /dev/null +groupadd ctools >& /dev/null + usermod -G xgrp xfs /usr/share/msec/grpuser.sh --clean -- cgit v1.2.1