ci(github): set local tunable for github actions.

This commit is contained in:
Alexandre Pujol 2024-11-13 12:31:17 +00:00
parent 24ea5f0a3a
commit 3013c1ea5a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 10 additions and 0 deletions

View file

@ -97,6 +97,7 @@ jobs:
- name: Install apparmor.d
run: |
sudo install -Dm0644 tests/github.local /etc/apparmor.d/tunables/global.d/github.local
sudo dpkg --install .pkg/apparmor.d_*_amd64.deb || true
sudo systemctl restart apparmor.service