feat(profile): journalctl minor improvments.

This commit is contained in:
Alexandre Pujol 2025-04-13 19:28:59 +02:00
parent 80417c080e
commit 7523a15f5b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -20,8 +20,10 @@ profile journalctl @{exec_path} flags=(attach_disconnected) {
capability net_admin,
capability sys_resource,
signal (receive) set=(term) peer=cockpit-bridge,
signal (send) peer=child-pager,
network netlink raw,
signal receive set=term peer=cockpit-bridge,
signal send peer=child-pager,
@{exec_path} mr,
@ -49,6 +51,7 @@ profile journalctl @{exec_path} flags=(attach_disconnected) {
@{run}/host/container-manager r,
@{run}/systemd/journal/io.systemd.journal rw,
@{run}/systemd/notify rw,
@{PROC}/sys/fs/nr_open r,
owner @{PROC}/@{pid}/cgroup r,