SV-219324r610963_rule
V-219324
SRG-OS-000370-GPOS-00155
UBTU-18-010442
CAT II
10
Configure the Ubuntu operating system to employ a deny-all, permit-by-exception policy to allow the execution of authorized software programs.
Install "Apparmor" (if it is not installed) with the following command:
# sudo apt-get install apparmor
Enable "Apparmor" (if it is not already active) with the following command:
# sudo systemctl enable apparmor.service
Start "Apparmor" with the following command:
# sudo systemctl start apparmor.service
Note: Apparmor must have properly configured profiles for applications and home directories. All configurations will be based on the actual system setup and organization and normally are on a per role basis. See the "Apparmor" documentation for more information on configuring profiles.
Verify that the Ubuntu operating system is configured to employ a deny-all, permit-by-exception policy to allow the execution of authorized software programs and access to user home directories.
Check that "Apparmor" is configured to employ application whitelisting and home directory access control with the following command:
# sudo apparmor_status
apparmor module is loaded.
17 profiles are loaded.
17 profiles are in enforce mode.
/sbin/dhclient
/usr/bin/lxc-start
...
0 processes are in complain mode.
0 processes are unconfined but have a profile defined.
If the defined profiles do not match the organization's list of authorized software, this is a finding.
V-219324
False
UBTU-18-010442
Verify that the Ubuntu operating system is configured to employ a deny-all, permit-by-exception policy to allow the execution of authorized software programs and access to user home directories.
Check that "Apparmor" is configured to employ application whitelisting and home directory access control with the following command:
# sudo apparmor_status
apparmor module is loaded.
17 profiles are loaded.
17 profiles are in enforce mode.
/sbin/dhclient
/usr/bin/lxc-start
...
0 processes are in complain mode.
0 processes are unconfined but have a profile defined.
If the defined profiles do not match the organization's list of authorized software, this is a finding.
M
4055