2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

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 <ryan.lee@canonical.com>
This commit is contained in:
Ryan Lee 2025-04-07 12:55:00 -07:00
parent 90938de5c4
commit f6042bf34d

View File

@ -1,12 +0,0 @@
# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"
abi <abi/4.0>,
include <tunables/global>
profile toybox /usr/bin/toybox flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/toybox>
}