ci: disable compatibility check with userspace tools.
This commit is contained in:
parent
b1435dd491
commit
ca5b4c99ba
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 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
|
||||
run: |
|
||||
sudo aa-log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue