aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/perm.5
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-06 09:01:39 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-06 09:01:39 +0000
commit81fd9c016d08d9f26cb784dff1049a967b209a01 (patch)
tree069a86fdbc01380572328be04b43b6404f161c9f /init-sh/perm.5
parent6b30bee329565e745b05ed720c91731dd1ba7a0d (diff)
downloadmsec-81fd9c016d08d9f26cb784dff1049a967b209a01.tar
msec-81fd9c016d08d9f26cb784dff1049a967b209a01.tar.gz
msec-81fd9c016d08d9f26cb784dff1049a967b209a01.tar.bz2
msec-81fd9c016d08d9f26cb784dff1049a967b209a01.tar.xz
msec-81fd9c016d08d9f26cb784dff1049a967b209a01.zip
Added permission for /var/log/ and it's subdirectory
Diffstat (limited to 'init-sh/perm.5')
-rw-r--r--init-sh/perm.514
1 files changed, 5 insertions, 9 deletions
diff --git a/init-sh/perm.5 b/init-sh/perm.5
index 1965860..fffdfde 100644
--- a/init-sh/perm.5
+++ b/init-sh/perm.5
@@ -1,11 +1,5 @@
-#
-#
-# - Group for X user
-# - Group for audio user
-# - Group for dialout user
-# - Group for video user
# Welcome in Level 5, aka paranoid.
-
+###
/bin root.root 711
/boot root.root 700
/dev root.root 711
@@ -47,7 +41,6 @@
/etc/sshd_config root.root 600
/etc/syslog.conf root.root 600
/etc/updatedb.conf root.root 600
-
/home/ root.root 711
/home/* current 700
/lib root.root 711
@@ -64,4 +57,7 @@
/usr/sbin/* root.root 700
/usr/sbin/sendmail root.root 755
/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 600