fix(profile): snapd journalctl subprofile.
This commit is contained in:
parent
931c207089
commit
d575812e29
1 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ profile snapd @{exec_path} {
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
|
|
||||||
capability net_admin,
|
capability net_admin,
|
||||||
|
capability sys_resource,
|
||||||
|
|
||||||
network netlink raw,
|
network netlink raw,
|
||||||
|
|
||||||
|
|
@ -215,6 +216,8 @@ profile snapd @{exec_path} {
|
||||||
/{run,var}/log/journal/ r,
|
/{run,var}/log/journal/ r,
|
||||||
/{run,var}/log/journal/@{hex32}/{,*} r,
|
/{run,var}/log/journal/@{hex32}/{,*} r,
|
||||||
|
|
||||||
|
@{run}/systemd/notify w,
|
||||||
|
|
||||||
include if exists <local/snapd_journalctl>
|
include if exists <local/snapd_journalctl>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue