diff options
-rw-r--r-- | conf/perm.secure | 3 | ||||
-rw-r--r-- | conf/perm.standard | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/perm.secure b/conf/perm.secure index 21a90a1..4c37621 100644 --- a/conf/perm.secure +++ b/conf/perm.secure @@ -85,7 +85,8 @@ /var/lock/subsys root.adm 750 /var/log/ root.adm 751 /var/log/* root.root 640 -/var/log/btmp root.root 600 +/var/log/btmp root.utmp 600 +/var/log/wtmp root.utmp 664 /var/log/Xorg.0.log current.current current /var/log/lp-errs lp.lp 600 /var/log/*/* current.current 600 diff --git a/conf/perm.standard b/conf/perm.standard index 26ba662..5cf53d7 100644 --- a/conf/perm.standard +++ b/conf/perm.standard @@ -85,7 +85,8 @@ /var/lock/subsys root.root 755 /var/log/ root.root 755 /var/log/* root.adm 640 -/var/log/btmp root.root 600 +/var/log/btmp root.utmp 600 +/var/log/wtmp root.utmp 664 /var/log/Xorg.0.log current.current current /var/log/lp-errs lp.lp 600 /var/log/*/* current.current 640 |