ci: disable compatibility check with userspace tools.

This commit is contained in:
Alexandre Pujol 2025-05-25 16:40:29 +02:00
parent 846b9e2cf4
commit 14f6e269ea
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -57,11 +57,6 @@ jobs:
sudo systemctl restart apparmor.service || true sudo systemctl restart apparmor.service || true
sudo journalctl -xeu apparmor.service sudo journalctl -xeu apparmor.service
- name: Ensure compatibility with some AppArmor userspace tools
if: matrix.os != 'ubuntu-24.04'
run: |
sudo aa-enforce /etc/apparmor.d/aa-notify
- name: Show AppArmor log and rules - name: Show AppArmor log and rules
run: | run: |
sudo aa-log sudo aa-log