1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-03 08:22:21 +03:00

tmpfiles: change btmp mode 0600 → 0660 (#6997)

As discussed in #6994.

Fixes: #6994
This commit is contained in:
Lennart Poettering
2017-10-04 21:44:29 +02:00
committed by Zbigniew Jędrzejewski-Szmek
parent 98e4fcec36
commit f6e64b78cc
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@ L /var/run - - - - ../run
d /var/log 0755 - - -
m4_ifdef(`ENABLE_UTMP',
f /var/log/wtmp 0664 root utmp -
f /var/log/btmp 0600 root utmp -
f /var/log/btmp 0660 root utmp -
f /var/log/lastlog 0664 root utmp -
)m4_dnl