diff options
-rw-r--r-- | conf/perm.2 | 2 | ||||
-rw-r--r-- | conf/perm.3 | 2 | ||||
-rw-r--r-- | conf/perm.5 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/perm.2 b/conf/perm.2 index 4f6f355..2b7e6bb 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -59,7 +59,7 @@ /var/ root.root 755 /var/log/ root.root 755 /var/log/* root.adm 640 -/var/log/squid squid.squid 755 +/var/log/squid nobody.nobody 755 /var/log/security/ root.root 700 /var/log/security/* root.root 600 /var/spool/mail/ root.mail 2775 diff --git a/conf/perm.3 b/conf/perm.3 index 8fb5e41..0aaced7 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -59,7 +59,7 @@ /var/ root.root 755 /var/log/ root.root 755 /var/log/* root.root 600 -/var/log/squid squid.squid 755 +/var/log/squid nobody.nobody 755 /var/log/security/ root.root 700 /var/log/security/* root.root 600 /var/spool/mail/ root.mail 2775 diff --git a/conf/perm.5 b/conf/perm.5 index 3cc42b5..5c096b0 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -70,7 +70,7 @@ /var/ root.root 755 /var/log/ root.root 711 /var/log/* root.root 600 -/var/log/squid squid.squid 711 +/var/log/squid nobody.nobody 711 /var/log/security/ root.root 700 /var/log/security/* root.root 600 /var/spool/mail/ root.mail 771 |