From f6042bf34db9a1adea4da521df2a1eec5d971d7d Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Mon, 7 Apr 2025 12:55:00 -0700 Subject: [PATCH] profiles: remove the toybox profile toybox is similar to busybox but is developed with Android development in mind. Thus, it has the same issues as the busybox profile and should be removed. Signed-off-by: Ryan Lee --- profiles/apparmor.d/toybox | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 profiles/apparmor.d/toybox 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 -}