ci: ensure compatibility with some AppArmor userspace tools.

This commit is contained in:
Alexandre Pujol 2023-01-27 22:00:28 +00:00
parent 23312c1640
commit 50f134fef5
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -32,5 +32,8 @@ jobs:
- name: Show AppArmor log - name: Show AppArmor log
run: sudo aa-log run: sudo aa-log
- name: Ensure compatibility with some AppArmor userspace tools
run: sudo aa-enforce /etc/apparmor.d/aa-notify
- name: Show Number of loaded profile - name: Show Number of loaded profile
run: sudo aa-status --profiled run: sudo aa-status --profiled