Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 1.6.3 Ensure SELinux or AppArmor are installed (Not Scored) ====== =====Profile Applicability===== <code> Level 2 - Server Level 2 - Workstation </code> =====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: <Code:bash> # dpkg -s selinux # dpkg -s apparmor </Code> =====Remediation===== Run one of the following commands to install SELinux or apparmor: <Code:bash> # apt-get install selinux # apt-get install apparmor </Code> ubuntu1604/1/6/3.txt Last modified: 2017/05/02 17:22by Piotr Kłoczewski