Update systemd-journald
profile systemd-journald flags=(mediate_deleted) {
link /var/log/journal/@{hex32}/#42742 , # Failed name lookup - deleted entry
link /var/log/journal/@{hex32}/#42744 , # Failed name lookup - deleted entry
link /var/log/journal/@{hex32}/.#system@@{hex32}-@{hex16}-@{hex16}.journal@{hex16} -> /var/log/journal/@{hex32}/#42744,
link /var/log/journal/@{hex32}/.#user-@{uid}@@{hex32}-@{hex16}-@{hex16}.journal@{hex16} -> /var/log/journal/@{hex32}/#42742,
}
This commit is contained in:
parent
de690ab878
commit
cd75b373d5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ abi <abi/4.0>,
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{lib}/systemd/systemd-journald
|
@{exec_path} = @{lib}/systemd/systemd-journald
|
||||||
profile systemd-journald @{exec_path} flags=(attach_disconnected) {
|
profile systemd-journald @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
include <abstractions/common/systemd>
|
include <abstractions/common/systemd>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue