mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +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
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -32,13 +32,14 @@ jobs:
|
|||
sudo systemctl restart apparmor.service || true
|
||||
sudo systemctl status apparmor.service
|
||||
|
||||
- name: Show AppArmor log
|
||||
- name: Ensure compatibility with some AppArmor userspace tools
|
||||
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: Ensure compatibility with some AppArmor userspace tools
|
||||
run: sudo aa-enforce /etc/apparmor.d/aa-notify
|
||||
|
||||
- name: Show Number of loaded profile
|
||||
run: sudo aa-status --profiled
|
||||
|
|
Loading…
Reference in a new issue