[systemd-commits] tmpfiles.d/systemd.conf

Lennart Poettering lennart at kemper.freedesktop.org
Mon Oct 25 14:23:35 PDT 2010


 tmpfiles.d/systemd.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f448d9e7c4b7396881b7b9e941f18d4493060819
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Oct 21 22:37:17 2010 -0400

    tmpfiles: Make wtmp match utmp perms, and add btmp.

diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index 07ce72a..f43a574 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -8,7 +8,8 @@
 d /var/lock/subsys 0755 root root 10d
 d /var/run/user 0755 root root 10d
 F /var/run/utmp 0664 root utmp -
-f /var/log/wtmp 0644 root utmp -
+f /var/log/wtmp 0664 root utmp -
+f /var/log/btmp 0600 root utmp -
 
 d /tmp 1777 root root 10d
 d /var/tmp 1777 root root 30d



More information about the systemd-commits mailing list