Remove apparmor from startapp

If you use AppArmor security module, switch the AppArmor service off and remove it from start-up list before installing Panel. This is done by running the following commands:

/etc/init.d/boot.apparmor stop

or

/etc/init.d/apparmor stop

update-rc.d -f apparmor remove

Leave a comment