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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
98e4fcec36
commit
f6e64b78cc
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user