diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-04-23 09:58:27 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-04-23 09:58:27 +0000 |
commit | b63209c5e2f16e69d74c5c544d7446090b1b5b4a (patch) | |
tree | 0a55aeb920723f3e376abfe0cf2d6c6a0ec86be6 | |
parent | 2abbff842e63401d0199e7ac3931f67228016176 (diff) | |
download | msec-b63209c5e2f16e69d74c5c544d7446090b1b5b4a.tar msec-b63209c5e2f16e69d74c5c544d7446090b1b5b4a.tar.gz msec-b63209c5e2f16e69d74c5c544d7446090b1b5b4a.tar.bz2 msec-b63209c5e2f16e69d74c5c544d7446090b1b5b4a.tar.xz msec-b63209c5e2f16e69d74c5c544d7446090b1b5b4a.zip |
corrected mailman log permissions (bug #9319)
-rw-r--r-- | conf/perm.0 | 1 | ||||
-rw-r--r-- | conf/perm.1 | 1 | ||||
-rw-r--r-- | conf/perm.2 | 1 | ||||
-rw-r--r-- | conf/perm.3 | 1 | ||||
-rw-r--r-- | conf/perm.4 | 1 | ||||
-rw-r--r-- | conf/perm.5 | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index 4fa2273..0d3a652 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -82,5 +82,6 @@ /var/log/*/*/* current 644 /var/log/*/. current 755 /var/log/mailman/ root.mail 2775 +/var/log/mailman/* root.mail 664 /var/spool/mail/ root.mail 2775 /var/tmp root.root 777 diff --git a/conf/perm.1 b/conf/perm.1 index 9e7702b..6e91be0 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -83,5 +83,6 @@ /var/log/*/*/* current 644 /var/log/*/. current 755 /var/log/mailman/ root.mail 2775 +/var/log/mailman/* root.mail 664 /var/spool/mail/ root.mail 2775 /var/tmp root.root 1777 diff --git a/conf/perm.2 b/conf/perm.2 index df1d51f..fb18275 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -83,5 +83,6 @@ /var/log/*/*/* current 640 /var/log/*/. current 755 /var/log/mailman/ root.mail 2775 +/var/log/mailman/* root.mail 664 /var/spool/mail/ root.mail 2775 /var/tmp root.root 1777 diff --git a/conf/perm.3 b/conf/perm.3 index 5b0184d..8720377 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -83,5 +83,6 @@ /var/log/*/*/* current 640 /var/log/*/. current 755 /var/log/mailman/ root.mail 2775 +/var/log/mailman/* root.mail 640 /var/spool/mail/ root.mail 2775 /var/tmp root.root 1777 diff --git a/conf/perm.4 b/conf/perm.4 index 4c39077..d130d01 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -84,5 +84,6 @@ /var/log/*/. current 700 /var/log/intraline/. current 750 /var/log/mailman/ root.mail 2770 +/var/log/mailman/* root.mail 660 /var/spool/mail/ root.mail 771 /var/tmp root.adm 1773 diff --git a/conf/perm.5 b/conf/perm.5 index 7c133eb..65ffaf8 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -84,5 +84,6 @@ /var/log/*/. current 700 /var/log/intraline/. current 750 /var/log/mailman/ root.mail 2770 +/var/log/mailman/* root.mail 660 /var/spool/mail/ root.mail 771 /var/tmp root.root 1733 |