diff --git a/profiles/apparmor.d/toybox b/profiles/apparmor.d/toybox deleted file mode 100644 index e384606e3..000000000 --- a/profiles/apparmor.d/toybox +++ /dev/null @@ -1,12 +0,0 @@ -# This profile allows everything and only exists to give the -# application a name instead of having the label "unconfined" - -abi , -include - -profile toybox /usr/bin/toybox flags=(unconfined) { - userns, - - # Site-specific additions and overrides. See local/README for details. - include if exists -}