ci: disable compatibility check with userspace tools.
This commit is contained in:
parent
846b9e2cf4
commit
14f6e269ea
1 changed files with 0 additions and 5 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -57,11 +57,6 @@ jobs:
|
||||||
sudo systemctl restart apparmor.service || true
|
sudo systemctl restart apparmor.service || true
|
||||||
sudo journalctl -xeu apparmor.service
|
sudo journalctl -xeu apparmor.service
|
||||||
|
|
||||||
- name: Ensure compatibility with some AppArmor userspace tools
|
|
||||||
if: matrix.os != 'ubuntu-24.04'
|
|
||||||
run: |
|
|
||||||
sudo aa-enforce /etc/apparmor.d/aa-notify
|
|
||||||
|
|
||||||
- name: Show AppArmor log and rules
|
- name: Show AppArmor log and rules
|
||||||
run: |
|
run: |
|
||||||
sudo aa-log
|
sudo aa-log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue