]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Both stop and disable apparmor
authorNick Porter <nick@portercomputing.co.uk>
Thu, 29 Aug 2024 16:23:22 +0000 (17:23 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 29 Aug 2024 16:23:22 +0000 (17:23 +0100)
.github/actions/freeradius-deps/action.yml

index 2e60982ffcb05bea74c89b340e4daf51ded59caa..49f0a7f642ffd841e71988ff51b5617e7a410b06 100644 (file)
@@ -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
 
     #