SV-230474r627750_rule
V-230474
SRG-OS-000256-GPOS-00097
RHEL-08-030640
CAT II
10
Configure the audit tools to be group-owned by "root", by running the following command:
$ sudo chgrp root [audit_tool]
Replace "[audit_tool]" with each audit tool not group-owned by "root".
Verify the audit tools are group-owned by "root" to prevent any unauthorized access, deletion, or modification.
Check the owner of each audit tool by running the following commands:
$ sudo stat -c "%G %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/autrace /sbin/auditd /sbin/rsyslogd /sbin/augenrules
root /sbin/auditctl
root /sbin/aureport
root /sbin/ausearch
root /sbin/autrace
root /sbin/auditd
root /sbin/rsyslogd
root /sbin/augenrules
If any of the audit tools are not group-owned by "root", this is a finding.
V-230474
False
RHEL-08-030640
Verify the audit tools are group-owned by "root" to prevent any unauthorized access, deletion, or modification.
Check the owner of each audit tool by running the following commands:
$ sudo stat -c "%G %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/autrace /sbin/auditd /sbin/rsyslogd /sbin/augenrules
root /sbin/auditctl
root /sbin/aureport
root /sbin/ausearch
root /sbin/autrace
root /sbin/auditd
root /sbin/rsyslogd
root /sbin/augenrules
If any of the audit tools are not group-owned by "root", this is a finding.
M
2921