diff options
-rw-r--r-- | conf/perm.secure | 1 | ||||
-rw-r--r-- | conf/perm.standard | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/perm.secure b/conf/perm.secure index ff40d26..21a90a1 100644 --- a/conf/perm.secure +++ b/conf/perm.secure @@ -85,6 +85,7 @@ /var/lock/subsys root.adm 750 /var/log/ root.adm 751 /var/log/* root.root 640 +/var/log/btmp root.root 600 /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 a52e090..26ba662 100644 --- a/conf/perm.standard +++ b/conf/perm.standard @@ -85,6 +85,7 @@ /var/lock/subsys root.root 755 /var/log/ root.root 755 /var/log/* root.adm 640 +/var/log/btmp root.root 600 /var/log/Xorg.0.log current.current current /var/log/lp-errs lp.lp 600 /var/log/*/* current.current 640 |