linux-aarch64 kernel:
- Code: Select all
$ zgrep -i apparmor /proc/config.gz
# CONFIG_SECURITY_APPARMOR is not set
CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"
linux kernel (Arch Linux x86_64):
- Code: Select all
$ zgrep -i apparmor /proc/config.gz
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
P.S.: I think you should consider making the kernel config options the same as upstream Arch Linux x86_64 in the future. I know there is some things that need to be a bit different in the kernel to port it to ARM but having the general non-architecture dependent options the same as upstream would be nice.