~ >>> apparmor_status
apparmor module is loaded.
apparmor filesystem is not mounted.
~ >>> systemctl status apparmor.service
○ apparmor.service - Load AppArmor profiles
Loaded: loaded (/usr/lib/systemd/system/apparmor.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Condition: start condition failed at Tue 2021-06-22 09:15:34 CEST; 9min ago
└─ ConditionSecurity=apparmor was not me
how to fix this
cant figure out how to add or edit grub
Open /etc/default/grub with sudo permissions with nano or vim or vi or what ever is your favorite editor.
Open the terminal
$ export $EDITOR="your favorite editor"
$ echo $EDITOR --> to check that the editor is properly set
$ sudoedit /etc/default/grub --> it will prompt you for your password write it and hit enter
Now add in the line
GRUB_CMDLINE_LINUX_DEFAULT = " quiet apparmor=1 security=apparmor ..."
Save the file
$ sudo update-grub --> it will prompt you for your password write it and hit enter
Restart your pc / laptop
