SV-268255r1039643_rule
V-268255
SRG-APP-000120-NDM-000237
HYCU-ND-000450
CAT II
10
Change the mode of the audit log files with the following command:
# chmod 0600 [audit_file]
Change the owner and group owner of the audit log files with the following command:
# chown root:root [audit_file]
Verify the operating system audit records have proper permissions and ownership.
Log in to the HYCU console and list the full permissions and ownership of the audit log files with the following command:
# sudo ls -la /var/log/audit
total 4512
drwx------. 2 root root 23 Apr 25 16:53 .
drwxr-xr-x. 17 root root 4096 Aug 9 13:09 ..
-rw-------. 1 root root 8675309 Aug 9 12:54 audit.log
Audit logs must be mode 0600 or less permissive. If any are more permissive, this is a finding.
The owner and group owner of all audit log files must both be "root". If any other owner or group owner is listed, this is a finding.
V-268255
False
HYCU-ND-000450
Verify the operating system audit records have proper permissions and ownership.
Log in to the HYCU console and list the full permissions and ownership of the audit log files with the following command:
# sudo ls -la /var/log/audit
total 4512
drwx------. 2 root root 23 Apr 25 16:53 .
drwxr-xr-x. 17 root root 4096 Aug 9 13:09 ..
-rw-------. 1 root root 8675309 Aug 9 12:54 audit.log
Audit logs must be mode 0600 or less permissive. If any are more permissive, this is a finding.
The owner and group owner of all audit log files must both be "root". If any other owner or group owner is listed, this is a finding.
M
5660