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…
Add table
Add a link
Reference in a new issue