aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--init-sh/perm.42
-rw-r--r--init-sh/perm.52
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e1f5b..f700035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2000-02-17 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * level 4 - 5 /var/log in mode 711 for daemon spawned as non root user.
* /etc/printcap is 644 in mode 4 & 5
2000-01-13 Yoann Vandoorselaere <yoann@mandrakesoft.com>
diff --git a/init-sh/perm.4 b/init-sh/perm.4
index c70469b..c6e97ad 100644
--- a/init-sh/perm.4
+++ b/init-sh/perm.4
@@ -59,7 +59,7 @@
/usr/sbin/ root.adm 751
/usr/sbin/* root.root 755
/var/ root.root 755
-/var/log/ root.root 700
+/var/log/ root.root 711
/var/log/* root.root 600
/var/log/security/ root.root 700
/var/log/security/* root.root 600
diff --git a/init-sh/perm.5 b/init-sh/perm.5
index 2d2b145..2df089e 100644
--- a/init-sh/perm.5
+++ b/init-sh/perm.5
@@ -60,7 +60,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 711
/var/log/* root.root 600
/var/log/security/ root.root 700
/var/log/security/* root.root 600