Hello,
AppArmor is a Linux Security Module, it has to be enabled in the Kernel, the package you are downloading from apt will not work if it is not enabled.
I successfully managed to enable it by recompiling the Kernel with the module enabled.
To recompile the kernel it is possible to follow the official guide
https://www.raspberrypi.org/documentati ... uilding.md
During the configuration of the Kernel you have to enable the module, these options have to be enabled:
Code: Select all
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1
CONFIG_DEFAULT_SECURITY_APPARMOR=y
CONFIG_AUDIT=y
According to
https://wiki.archlinux.org/index.php/AppArmor
Tadaaaaa:
I hope it was clear, if not, just ask
