Context : I installed (manually) the apparmor-utils and apparmor-profiles and apparmor-utils, since when trying
apt-get install apparmor-utils apparmor-profiles
can't find the packages.
aa-status
works as usual. I also did
sed -i -e 's/GRUB_CMDLINE_LINUX_DEFAULT="/&security=apparmor /' /etc/default/grub
to enable it. However when I try
aa-genprof
it says:
import apparmor.aa as apparmor ... No module named apparmor
What is the problem if I already installed it?
apt-get update
beforeapt-get install ...
?