diff options
Diffstat (limited to 'init-sh/perm.5')
-rw-r--r-- | init-sh/perm.5 | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/init-sh/perm.5 b/init-sh/perm.5 index 5f8c1d9..ec1b9b9 100644 --- a/init-sh/perm.5 +++ b/init-sh/perm.5 @@ -1,8 +1,8 @@ # Welcome in Level 5, aka paranoid. ### -/bin root.root 711 -/boot root.root 700 -/dev root.root 711 +/bin/ root.root 711 +/boot/ root.root 700 +/dev/ root.root 711 /dev/audio* root.audio 600 /dev/dsp* root.audio 600 /etc/ root.root 711 @@ -25,6 +25,7 @@ /etc/hosts.deny root.root 600 /etc/hosts.equiv root.root 600 /etc/inetd.conf root.root 600 +/etc/init.d/ root.root 700 /etc/inittab root.root 600 /etc/ld.so.conf root.root 600 /etc/lilo.conf root.root 600 @@ -43,12 +44,12 @@ /etc/updatedb.conf root.root 600 /home/ root.root 711 /home/* current 700 -/lib root.root 711 -/mnt root.root 710 -/root root.root 700 -/sbin root.root 711 -/tmp root.root 1777 -/usr root.root 711 +/lib/ root.root 711 +/mnt/ root.root 710 +/root/ root.root 700 +/sbin/ root.root 711 +/tmp/ root.root 1777 +/usr/ root.root 711 /usr/* root.root 711 /usr/X11R6/ root.xgrp 710 /usr/bin/ root.root 711 @@ -56,9 +57,9 @@ /usr/sbin/ root.root 711 /usr/sbin/* root.root 700 /usr/sbin/sendmail root.root 755 -/var root.root 755 -/var/log root.root 700 +/var/ root.root 755 +/var/log/ root.root 700 /var/log/* root.root 600 -/var/log/security root.root 700 +/var/log/security/ root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 771 +/var/spool/mail/ root.mail 771 |