CIS Ubuntu 14.04 LTS - 1.6.3 Ensure SELinux or AppArmor are installed

Verify that either SELinux or AppArmor mandatory access control system is installed

cyberstrikeus Updated

File contents

1.6.3 Ensure SELinux or AppArmor are installed (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 Procedure

Run the following commands and verify either SELinux or AppArmor is installed:

dpkg -s selinux
dpkg -s apparmor

Expected Result

At least one of the packages (selinux or apparmor) should be installed with status install ok installed.

Remediation

Run one of the following commands to install SELinux or apparmor:

apt-get install selinux

or

apt-get install apparmor

Default Value

AppArmor is installed by default on Ubuntu systems.

References

  • CIS Controls: 14.4 Protect Information With Access Control Lists

Profile

  • Level 2 - Server
  • Level 2 - Workstation

cyberstrikeus/cyberstrike/tree/main/.cyberstrike/skill/CIS_benchmarks/Operating_Systems/Ubuntu/cis-ubuntu-linux-14-04-lts-benchmark-v2/cis-ubuntu1404-v210-1-6-3 commit fb98c9fc44

Frequently asked questions

npx skillmds@latest add cyberstrikeus/cis-ubuntu-14-04-lts-1-6-3-ensure-selinux-or-apparmor-are-in