SV-219322r610963_rule
V-219322
SRG-OS-000312-GPOS-00122
UBTU-18-010437
CAT III
10
Configure the Ubuntu operating system to allow system administrators to pass information to any other Ubuntu operating system administrator or user.
Install "Pam_Apparmor" (if it is not installed) with the following command:
# sudo apt-get install libpam-apparmor
Enable/Activate "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: Pam_Apparmor must have properly configured profiles. All configurations will be based on the actual system setup and organization. See the "Pam_Apparmor" documentation for more information on configuring profiles.
Verify that the Ubuntu operating system is configured to allow system administrators to pass information to any other Ubuntu operating system administrator or user.
Check that "Pam_Apparmor" is installed on the system with the following command:
# dpkg -l | grep -i apparmor
ii libpam-apparmor 2.10.95-0Ubuntu2.6
If the "Pam_Apparmor" package is not installed, this is a finding.
Check that the "AppArmor" daemon is running with the following command:
# systemctl status apparmor.service | grep -i active
If something other than "Active: active" is returned, this is a finding.
Note: Pam_Apparmor must have properly configured profiles. All configurations will be based on the actual system setup and organization. See the "Pam_Apparmor" documentation for more information on configuring profiles.
V-219322
False
UBTU-18-010437
Verify that the Ubuntu operating system is configured to allow system administrators to pass information to any other Ubuntu operating system administrator or user.
Check that "Pam_Apparmor" is installed on the system with the following command:
# dpkg -l | grep -i apparmor
ii libpam-apparmor 2.10.95-0Ubuntu2.6
If the "Pam_Apparmor" package is not installed, this is a finding.
Check that the "AppArmor" daemon is running with the following command:
# systemctl status apparmor.service | grep -i active
If something other than "Active: active" is returned, this is a finding.
Note: Pam_Apparmor must have properly configured profiles. All configurations will be based on the actual system setup and organization. See the "Pam_Apparmor" documentation for more information on configuring profiles.
M
4055