systemd-journald: adding mediate_deleted (#657)
* 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,
}
* Update main.flags
Adding `systemd-journald attach_disconnected,mediate_deleted`
This commit is contained in:
parent
d802bf82f2
commit
4a978ef9b6
2 changed files with 2 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>
|
||||||
|
|
|
||||||
|
|
@ -333,6 +333,7 @@ systemd-generator-veritysetup attach_disconnected,complain
|
||||||
systemd-homed attach_disconnected,complain
|
systemd-homed attach_disconnected,complain
|
||||||
systemd-homework complain
|
systemd-homework complain
|
||||||
systemd-inhibit attach_disconnected,complain
|
systemd-inhibit attach_disconnected,complain
|
||||||
|
systemd-journald attach_disconnected,mediate_deleted
|
||||||
systemd-mount complain
|
systemd-mount complain
|
||||||
systemd-network-generator complain
|
systemd-network-generator complain
|
||||||
systemd-portabled complain
|
systemd-portabled complain
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue