diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-22 09:28:42 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-22 09:28:42 +0000 |
commit | 01f3caf8c23e37046d486158306e2b3ede56c7aa (patch) | |
tree | 5be5d1d5ff99c331cbdc69089db8588561b33c52 /init-sh/perm.4 | |
parent | e22eda8407c17479a0c08aa0cc4c25caf9bbccaa (diff) | |
download | msec-01f3caf8c23e37046d486158306e2b3ede56c7aa.tar msec-01f3caf8c23e37046d486158306e2b3ede56c7aa.tar.gz msec-01f3caf8c23e37046d486158306e2b3ede56c7aa.tar.bz2 msec-01f3caf8c23e37046d486158306e2b3ede56c7aa.tar.xz msec-01f3caf8c23e37046d486158306e2b3ede56c7aa.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/perm.4')
-rw-r--r-- | init-sh/perm.4 | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/init-sh/perm.4 b/init-sh/perm.4 index 09d4f65..d976e49 100644 --- a/init-sh/perm.4 +++ b/init-sh/perm.4 @@ -1,8 +1,8 @@ # Welcome in Level 4, aka secure & usable. ### -/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.adm 711 @@ -25,6 +25,7 @@ /etc/hosts.deny root.adm 640 /etc/hosts.equiv root.adm 640 /etc/inetd.conf root.adm 640 +/etc/init.d/ root.root 750 /etc/inittab root.adm 640 /etc/ld.so.conf root.adm 640 /etc/lilo.conf root.adm 600 @@ -43,21 +44,21 @@ /etc/updatedb.conf root.adm 640 /home/ root.adm 751 /home/* current 700 -/lib root.adm 751 -/mnt root.adm 750 -/root root.root 700 -/sbin root.adm 751 -/tmp root.root 1777 -/usr root.adm 751 +/lib/ root.adm 751 +/mnt/ root.adm 750 +/root/ root.root 700 +/sbin/ root.adm 751 +/tmp/ root.root 1777 +/usr/ root.adm 751 /usr/* root.adm 751 /usr/X11R6/ root.xgrp 751 /usr/bin/ root.adm 751 /usr/bin/* root.root 755 /usr/sbin/ root.adm 751 /usr/sbin/* 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
\ No newline at end of file +/var/spool/mail/ root.mail 771 |