Skip to content

Commit

Permalink
kernel-balena: Remove apparmor support
Browse files Browse the repository at this point in the history
Newer releases of moby expect appArmor userland tools when appArmor is
enabled in the kernel.

Change-type: minor
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Feb 1, 2023
1 parent 7309eae commit 342dbb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-balena-common/classes/kernel-balena.bbclass
Expand Up @@ -213,6 +213,7 @@ BALENA_CONFIGS[balena] ?= " \
CONFIG_MEMCG=y \
CONFIG_MEMCG_SWAP=y \
CONFIG_OVERLAY_FS=y \
CONFIG_DEFAULT_SECURITY_APPARMOR=n \
"

FIRMWARE_COMPRESS = "${@configure_from_version("5.3", "firmware_compress", "", d)}"
Expand Down

0 comments on commit 342dbb0

Please sign in to comment.