diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-21 22:37:17 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-25 22:21:56 +0200 |
commit | f448d9e7c4b7396881b7b9e941f18d4493060819 (patch) | |
tree | 335d26d08ee0bcd4c3bd91035544314b26953768 /tmpfiles.d | |
parent | ac52853d6db67e80610d91a2bb643ee815cfa7de (diff) |
tmpfiles: Make wtmp match utmp perms, and add btmp.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 07ce72addf..f43a574d09 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 |