From: Nick Porter Date: Thu, 29 Aug 2024 16:23:22 +0000 (+0100) Subject: Both stop and disable apparmor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d7f88d5cd803366c375162bd1d821a97fb7517;p=thirdparty%2Ffreeradius-server.git Both stop and disable apparmor --- diff --git a/.github/actions/freeradius-deps/action.yml b/.github/actions/freeradius-deps/action.yml index 2e60982ffcb..49f0a7f642f 100644 --- a/.github/actions/freeradius-deps/action.yml +++ b/.github/actions/freeradius-deps/action.yml @@ -33,7 +33,9 @@ runs: # ERROR: Operation {'runbindable'} cannot have a source. Source = AARE('/') # ...unless apparmor is disabled. - name: Disable AppArmor - run: sudo systemctl disable apparmor || true + run: | + sudo systemctl disable apparmor || true + sudo systemctl stop apparmor || true shell: bash #