Hi. On Fri, Oct 16, 2020 at 03:39:29PM +0100, Tixy wrote: > On Fri, 2020-10-16 at 13:30 +0300, Reco wrote: > > > > On Fri, Oct 16, 2020 at 12:23:30PM +0200, Jesper Dybdal wrote: > [...] > > > Is there a simple way to disable AppArmor completely until I've had > > > time to figure out what to do with it long-term? > > > > Adding "apparmor=0" to your kernel cmdline should do the trick. > > Or do what I did, just uninstall the apparmor package which is pulled > in as a 'recommends' of the Linux kernel. Or pin it to priority -1 for > extra paranoia.
That will work too. In buster, apparmor is just another system service that's started during the boot process. Removing it will remove all both the security and possible breakage that AppArmor provides. Reco