diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-01-22 19:23:18 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-01-22 19:23:18 +0000 |
commit | da66772cfaf407695a5b71baa3ebcada1e88f365 (patch) | |
tree | 22ea13e0e6fc8fe29bed159ffe5998a51056ac2f /conf/perm.0 | |
parent | d6a11b7907d3f6099e86f51430df2453bd04e008 (diff) | |
download | msec-da66772cfaf407695a5b71baa3ebcada1e88f365.tar msec-da66772cfaf407695a5b71baa3ebcada1e88f365.tar.gz msec-da66772cfaf407695a5b71baa3ebcada1e88f365.tar.bz2 msec-da66772cfaf407695a5b71baa3ebcada1e88f365.tar.xz msec-da66772cfaf407695a5b71baa3ebcada1e88f365.zip |
corrected errors reported by Pierre Fortin's script
Diffstat (limited to 'conf/perm.0')
-rw-r--r-- | conf/perm.0 | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index f683e4b..773394a 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -25,7 +25,6 @@ /etc/hosts.deny root.root 644 /etc/hosts.equiv root.root 644 /etc/inetd.conf root.root 644 -/etc/init.d/ root.root 755 /etc/inittab root.root 644 /etc/ld.so.conf root.root 644 /etc/lilo.conf root.root 644 @@ -35,6 +34,7 @@ /etc/printcap root.root 644 /etc/profile.d/* root.root 755 /etc/rc.d/ root.root 755 +/etc/rc.d/init.d/ root.root 755 /etc/rc.d/init.d/* root.root 755 /etc/securetty root.root 644 /etc/sendmail.cf root.root 644 @@ -53,16 +53,26 @@ /proc root.root 555 /root/ root.root 755 /sbin/ root.root 755 -/tmp/ root.root 1777 +/tmp/ root.root 777 /usr/ root.root 755 /usr/* root.root 755 /usr/X11R6/ root.root 755 /usr/bin/ root.root 755 +/usr/bin/cc root.root 755 +/usr/bin/finger root.root 755 +/usr/bin/g++* root.root 755 +/usr/bin/gcc* root.root 755 +/usr/bin/ssh root.root 755 +/usr/bin/telnet root.root 755 +/usr/bin/w root.root 755 +/usr/bin/who root.root 755 /usr/lib/rpm/rpm? rpm.rpm 755 /usr/sbin/ root.root 755 +/usr/sbin/sendmail root.root 755 +/usr/sbin/traceroute root.bin 4755 /usr/share/doc root.root 755 /usr/share/man root.root 755 -/usr/tmp root.root 1777 +/usr/tmp root.root 777 /var/ root.root 755 /var/lock/subsys root.root 755 /var/log/ root.root 755 @@ -70,5 +80,5 @@ /var/log/*/* current 644 /var/log/*/*/* current 644 /var/log/*/. current 755 -/var/spool/mail/ root.mail 771 -/var/tmp root.root 1777 +/var/spool/mail/ root.mail 2775 +/var/tmp root.root 777 |