mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 14:36:33 +01:00
ci(github): show more logs.
This commit is contained in:
parent
b2fa7bacb8
commit
2a1c3bfe1f
1 changed files with 5 additions and 4 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -32,13 +32,14 @@ jobs:
|
||||||
sudo systemctl restart apparmor.service || true
|
sudo systemctl restart apparmor.service || true
|
||||||
sudo systemctl status apparmor.service
|
sudo systemctl status apparmor.service
|
||||||
|
|
||||||
- name: Show AppArmor log
|
|
||||||
run: |
|
|
||||||
sudo aa-log
|
|
||||||
sudo aa-log -s
|
|
||||||
|
|
||||||
- name: Ensure compatibility with some AppArmor userspace tools
|
- name: Ensure compatibility with some AppArmor userspace tools
|
||||||
run: sudo aa-enforce /etc/apparmor.d/aa-notify
|
run: sudo aa-enforce /etc/apparmor.d/aa-notify
|
||||||
|
|
||||||
|
- name: Show AppArmor log and rules
|
||||||
|
run: |
|
||||||
|
sudo aa-log
|
||||||
|
sudo aa-log -s
|
||||||
|
sudo aa-log -r
|
||||||
|
|
||||||
- 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