Information
AppArmor is a kernel enhancement to confine programs to a limited set of resources. AppArmor is enabled by default.
Note: This recommendation is designed around the grub bootloader, if LILO or another bootloader is in use in your environment enact equivalent settings.
AppArmor is a security mechanism and disabling it is not recommended.
Solution
Edit /etc/default/grub of file in /etc/default/grub.d and remove the apparmor=0 parameters to the GRUB_CMDLINE_LINUX= line
Run the following commands to update the grub2 configuration and reboot the system:
# update-grub
# reboot