Merge "Fix group and mode of /var/log/journal"
This commit is contained in:
commit
9b53c0ee95
@ -18,8 +18,8 @@
|
||||
file:
|
||||
path: /var/log/journal
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: 0755
|
||||
group: "systemd-journal"
|
||||
mode: 02755
|
||||
state: directory
|
||||
notify: Flush journal to disk
|
||||
when: journald_storage == "persistent"
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Updates the group and mode set on the ``/var/log/journal`` directory to
|
||||
match default ownership and permissions used by ``systemd-journald``.
|
||||
`LP#2083494 <https://launchpad.net/bugs/2083494>`__
|
Loading…
x
Reference in New Issue
Block a user