SV-219196r610963_rule
V-219196
SRG-OS-000256-GPOS-00097
UBTU-18-010129
CAT II
10
Configure the audit tools on the Ubuntu operating system to be owned by root, by running the following command:
# sudo chown root [audit_tool]
Replace "[audit_tool]" with each audit tool not owned by root.
Verify the Ubuntu operating system configures the audit tools to be owned by root to prevent any unauthorized access, deletion, or modification.
For each audit tool,
/sbin/auditctl, /sbin/aureport, /sbin/ausearch, /sbin/autrace, /sbin/auditd, /sbin/audispd, /sbin/augenrules
Check the ownership by running the following command:
# stat -c "%n %U" /sbin/auditctl
/sbin/auditctl root
If any of the audit tools are not owned by root, this is a finding.
V-219196
False
UBTU-18-010129
Verify the Ubuntu operating system configures the audit tools to be owned by root to prevent any unauthorized access, deletion, or modification.
For each audit tool,
/sbin/auditctl, /sbin/aureport, /sbin/ausearch, /sbin/autrace, /sbin/auditd, /sbin/audispd, /sbin/augenrules
Check the ownership by running the following command:
# stat -c "%n %U" /sbin/auditctl
/sbin/auditctl root
If any of the audit tools are not owned by root, this is a finding.
M
4055