fix(ci): minor fixes.

This commit is contained in:
Alexandre Pujol 2025-04-13 20:33:36 +02:00 committed by Alex
parent 1ca12d173f
commit e774ad6578
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -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}