SV-281270r1166762_rule
V-281270
SRG-OS-000046-GPOS-00022
RHEL-10-700670
CAT II
10
Configure RHEL 10 to have a valid email address as an alias for the root account.
Append the following line to "/etc/aliases":
postmaster: root
Run the following command:
$ sudo newaliases
Verify RHEL 10 notifies administrators in the event of an audit processing failure.
Check that the "/etc/aliases" file has a defined value for "root".
$ sudo grep "postmaster:\s*root$" /etc/aliases
postmaster: root
If the command does not return a line, or the line is commented out, ask the system administrator to indicate how they and the information systems security officer are notified of an audit process failure.
If there is no evidence of the proper personnel being notified of an audit processing failure, this is a finding.
V-281270
False
RHEL-10-700670
Verify RHEL 10 notifies administrators in the event of an audit processing failure.
Check that the "/etc/aliases" file has a defined value for "root".
$ sudo grep "postmaster:\s*root$" /etc/aliases
postmaster: root
If the command does not return a line, or the line is commented out, ask the system administrator to indicate how they and the information systems security officer are notified of an audit process failure.
If there is no evidence of the proper personnel being notified of an audit processing failure, this is a finding.
M
5733