====== 1.6.3 Ensure SELinux or AppArmor are installed (Not Scored) ====== =====Profile Applicability===== Level 2 - Server Level 2 - Workstation =====Description===== SELinux and AppArmor provide Mandatory Access Controls. =====Rationale===== Without a Mandatory Access Control system installed only the default Discretionary Access Control system will be available. =====Audit===== Run the following commands and verify either SELinux or AppArmor is installed: # dpkg -s selinux # dpkg -s apparmor =====Remediation===== Run one of the following commands to install SELinux or apparmor: # apt-get install selinux # apt-get install apparmor