Enable AppArmor in the Debian build of sudo.
Sudo supports integration with AppArmor since 1.9.11, through the use of the APPARMOR_PROFILE
option in the sudoers file.
This MR modifies the Debian build of sudo to build with --with-apparmor
, enabling the use of this feature.