diff options
Diffstat (limited to 'conf/perm.1')
-rw-r--r-- | conf/perm.1 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/conf/perm.1 b/conf/perm.1 index 0441e0d..587c329 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -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 744 /etc/rc.d/init.d/mandrake_consmap root.root 755 /etc/securetty root.root 644 @@ -56,13 +56,24 @@ /sbin/ root.root 755 /tmp/ root.root 1777 /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 2777 +/usr/tmp root.root 1777 /var/ root.root 755 /var/lock/subsys root.root 755 /var/log/ root.root 755 @@ -71,4 +82,4 @@ /var/log/*/*/* current 644 /var/log/*/. current 755 /var/spool/mail/ root.mail 2775 -/var/tmp root.root 2777 +/var/tmp root.root 1777 |