mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 07:17:13 +01:00
ci: ensure compatibility with some AppArmor userspace tools.
This commit is contained in:
parent
23312c1640
commit
50f134fef5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue