mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
ci(github): update deps & show more aa logs.
This commit is contained in:
parent
1028e8a02b
commit
0b0d58ab03
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Build dependencies
|
- name: Install Build dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -33,7 +33,9 @@ jobs:
|
|||||||
sudo systemctl status apparmor.service
|
sudo systemctl status apparmor.service
|
||||||
|
|
||||||
- name: Show AppArmor log
|
- name: Show AppArmor log
|
||||||
run: sudo aa-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
|
||||||
|
Loading…
Reference in New Issue
Block a user