fix(ci): minor fixes.

This commit is contained in:
Alexandre Pujol 2025-04-13 20:33:36 +02:00
parent bfec8edd38
commit 405333b8b7
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
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, network netlink raw,
signal receive set=kill peer=snapd,
signal receive set=term peer=cockpit-bridge, signal receive set=term peer=cockpit-bridge,
signal send peer=child-pager, signal send peer=child-pager,

View file

@ -9,7 +9,7 @@ load "$BATS_LIB_PATH/bats-support/load"
export SYSTEMD_PAGER= export SYSTEMD_PAGER=
# Ignore the profile not managed by apparmor.d # 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 # User password for sudo commands
export PASSWORD=${PASSWORD:-user} export PASSWORD=${PASSWORD:-user}