From e774ad65788b7888e64368cb73d776a882563e4d Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 13 Apr 2025 20:33:36 +0200 Subject: [PATCH] fix(ci): minor fixes. --- apparmor.d/groups/systemd/journalctl | 1 + tests/integration/common.bash | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/systemd/journalctl b/apparmor.d/groups/systemd/journalctl index bc061cfe5..ef62e37cd 100644 --- a/apparmor.d/groups/systemd/journalctl +++ b/apparmor.d/groups/systemd/journalctl @@ -22,6 +22,7 @@ profile journalctl @{exec_path} flags=(attach_disconnected) { network netlink raw, + signal receive set=kill peer=snapd, signal receive set=term peer=cockpit-bridge, signal send peer=child-pager, diff --git a/tests/integration/common.bash b/tests/integration/common.bash index ed167d4f9..7a012191b 100644 --- a/tests/integration/common.bash +++ b/tests/integration/common.bash @@ -9,7 +9,7 @@ load "$BATS_LIB_PATH/bats-support/load" export SYSTEMD_PAGER= # Ignore the profile not managed by apparmor.d -IGNORE=(php-fpm snapd/snap-confine) +IGNORE=(php-fpm snapd/snap-confine snap.vault.vaultd) # User password for sudo commands export PASSWORD=${PASSWORD:-user}