fix(profile): journald: be less strict on file format.

Fix  #98.
This commit is contained in:
Alexandre Pujol 2023-01-14 13:20:16 +00:00
parent 4b10da9fc7
commit 0ec39dfe98
Failed to generate hash of commit

View file

@ -30,11 +30,7 @@ profile systemd-journald @{exec_path} {
@{run}/log/ rw, @{run}/log/ rw,
/{run,var}/log/journal/ rw, /{run,var}/log/journal/ rw,
/{run,var}/log/journal/@{hex}/ rw, /{run,var}/log/journal/@{hex}/{,*} rw,
/{run,var}/log/journal/@{hex}/user-@{hex}.journal* rw,
/{run,var}/log/journal/@{hex}/system.journal* rw,
/{run,var}/log/journal/@{hex}/system@@{hex}.journal* rw,
/{run,var}/log/journal/@{hex}/fss rw,
owner @{run}/systemd/journal/{,**} rw, owner @{run}/systemd/journal/{,**} rw,
owner @{run}/systemd/notify rw, owner @{run}/systemd/notify rw,