]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Kill it with fire?
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 20:46:37 +0000 (14:46 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 20:46:37 +0000 (14:46 -0600)
.github/actions/freeradius-deps/action.yml

index 65ffc8f46ec9239857f02fd917521478bd9592df..dde8e524ba8da0f05ecf804141636fec7def0547 100644 (file)
@@ -36,9 +36,11 @@ runs:
     #   ERROR: Operation {'runbindable'} cannot have a source. Source = AARE('/')
     # ...unless apparmor is disabled.
     - name: Disable AppArmor
+      if: ${{ runner.os != 'macOS' }}
       run: |
         sudo systemctl disable apparmor || true
         sudo systemctl stop apparmor || true
+        sudo apt purge apparmor || true
       shell: bash
 
     #