SolidHal / PrawnOS

Libre Mainline Kernel and Debian for arm laptops
https://www.PrawnOS.com
GNU General Public License v2.0
112 stars 30 forks source link

Enable AppArmor Support #274

Open dashaub opened 3 years ago

dashaub commented 3 years ago
$ sudo aa-status
apparmor module is not loaded.

$ sudo systemctl status apparmor
● apparmor.service - Load AppArmor profiles
   Loaded: loaded (/lib/systemd/system/apparmor.service; enabled; vendor preset:
   Active: inactive (dead) since Fri 2021-01-04 21:07:52 UTC; 1 days ago
    └─ ConditionSecurity=apparmor was not met
     Docs: man:apparmor(7)
           https://gitlab.com/apparmor/apparmor/wikis/home/

Looks like the kernel might need some customized flags enabled in the build.

$ sudo dmesg | grep apparmor | wc -l
0