mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 14:36:33 +01:00
fix(ci): github workflows.
This commit is contained in:
parent
0e96b3b66f
commit
52b3a1dfd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
sudo systemctl status apparmor.service
|
||||
|
||||
- name: Ensure compatibility with some AppArmor userspace tools
|
||||
run:
|
||||
run: |
|
||||
if [[ ${{ matrix.os }} != ubuntu-24.04 ]]; then
|
||||
sudo aa-enforce /etc/apparmor.d/aa-notify
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue