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.3 | |
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.3')
-rw-r--r-- | conf/perm.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/conf/perm.3 b/conf/perm.3 index 2613d1a..fb7ff26 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -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 700 /etc/rc.d/init.d/mandrake_consmap root.root 755 /etc/securetty root.root 644 @@ -59,8 +59,18 @@ /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 |