Package: apparmor
Severity: wishlist

Removal of AppArmor from the userland leaves a moreso unexpected kernel
side completely enabled and functioning.  So, upon AppArmor's package
removal is it possible to either:

(1) Automate some of the following from
https://wiki.debian.org/AppArmor/HowToUse#Disable_AppArmor

  $ sudo mkdir -p /etc/default/grub.d
  $ echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT
apparmor=0"' | sudo tee /etc/default/grub.d/apparmor.cfg
  $ sudo update-grub
  $ sudo reboot (Perhaps a splash screen displayed (similar to that done
upon selinux's installation)--reminding the user that a system reboot is
required?)

(2) Simply display a splash screen with the remaining steps needed should
the user want to complete the removal themselves.

A related discussion is in bug
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702030.

Reply via email to