mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
tmpfiles: fix permissions on new journal files
When starting up journald on a new system, set the proper permissions on the system.journal files, not only on the journal directory.
This commit is contained in:
parent
1dd5aa56d1
commit
a606871da5
Notes:
Lennart Poettering
2014-05-24 11:20:46 +08:00
Backport: bugfix
@ -23,6 +23,6 @@ d /run/systemd/machines 0755 root root -
|
||||
d /run/systemd/shutdown 0755 root root -
|
||||
|
||||
m /var/log/journal 2755 root systemd-journal - -
|
||||
m /var/log/journal/%m 2755 root systemd-journal - -
|
||||
Z /var/log/journal/%m 2755 root systemd-journal - -
|
||||
m /run/log/journal 2755 root systemd-journal - -
|
||||
m /run/log/journal/%m 2755 root systemd-journal - -
|
||||
Z /run/log/journal/%m 2755 root systemd-journal - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user