aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-13 21:30:23 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-13 21:30:23 +0000
commitc8d5c2ae81c190e91ce65f2b8af91d7f8080400e (patch)
tree374820d7365162c43dba56a4c30f4820849e1861 /conf
parent9364796626942483a3999ab391afc424858721f6 (diff)
downloadmsec-c8d5c2ae81c190e91ce65f2b8af91d7f8080400e.tar
msec-c8d5c2ae81c190e91ce65f2b8af91d7f8080400e.tar.gz
msec-c8d5c2ae81c190e91ce65f2b8af91d7f8080400e.tar.bz2
msec-c8d5c2ae81c190e91ce65f2b8af91d7f8080400e.tar.xz
msec-c8d5c2ae81c190e91ce65f2b8af91d7f8080400e.zip
Updated permissions.
Diffstat (limited to 'conf')
-rw-r--r--conf/perm.default3
-rw-r--r--conf/perm.none2
-rw-r--r--conf/perm.secure3
3 files changed, 5 insertions, 3 deletions
diff --git a/conf/perm.default b/conf/perm.default
index 744e4a8..a52e090 100644
--- a/conf/perm.default
+++ b/conf/perm.default
@@ -1,4 +1,4 @@
-# Welcome in Level 2
+# default permissions level
###
/ root.adm 755
/bin/ root.root 755
@@ -90,6 +90,7 @@
/var/log/*/* current.current 640
/var/log/*/*/* current.current 640
/var/log/*/. current.current 755
+/var/log/*/*/. current.current 755
/var/log/mailman/ root.mail 2775
/var/log/mailman/* root.mail 660
/var/spool/mail/ root.mail 2775
diff --git a/conf/perm.none b/conf/perm.none
index 9df8c21..d7388ec 100644
--- a/conf/perm.none
+++ b/conf/perm.none
@@ -1,4 +1,4 @@
-# Welcome in Level 1
+# msec not enabled, so reset permissions to unsecure
###
/ root.root 755
/bin/ root.root 755
diff --git a/conf/perm.secure b/conf/perm.secure
index 159a933..ff40d26 100644
--- a/conf/perm.secure
+++ b/conf/perm.secure
@@ -1,4 +1,4 @@
-# Welcome in Level 2
+# secure permissions level
###
/ root.adm 755
/bin/ root.adm 755
@@ -90,6 +90,7 @@
/var/log/*/* current.current 600
/var/log/*/*/* current.current 600
/var/log/*/. current.current 700
+/var/log/*/*/. current.current 700
/var/log/intraline/. current.current 750
/var/log/mailman/ root.mail 2770
/var/log/mailman/* root.mail 660