From 888c5031b856c211e1e3018b91051b0cf6219088 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Thu, 12 Mar 2009 13:36:40 +0000 Subject: Added correct permissions for btmp and wtmp (#48604). --- conf/perm.secure | 3 ++- conf/perm.standard | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'conf') 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 -- cgit v1.2.1