SV-279569r1192086_rule
V-279569
SRG-OS-000046-GPOS-00022
NXAC-OS-000092
CAT II
10
1. For AOS, configure the audit rules.
$ sudo salt-call state.sls security/CVM/auditCVM
2. For Prism Central, configure the audit rules.
$ sudo salt-call state.sls security/PCVM/auditPCVM
3. For Files, configure the audit rules.
$ sudo salt-call state.sls security/AFS/auditAFS
4. For AHV, configure the audit rules.
$ sudo salt-call state.sls security/KVM/auditKVM
1. Verify Nutanix OS is set to notify the SA and ISSO in the event of an audit processing failure using the following command.
$ sudo grep action_mail_acct /etc/audit/auditd.conf
action_mail_acct = root
If "action_mail_acct" is not set to "root" or the keyword is missing, this is a finding.
2. Verify Nutanix OS is set to notify administrators in the event of an auditing processing failure using the following command.
$ sudo grep -i "postmaster:\s*root$" /etc/aliases
postmaster: root
If the command does not return a line, or is commented out, this is a finding.
V-279569
False
NXAC-OS-000092
1. Verify Nutanix OS is set to notify the SA and ISSO in the event of an audit processing failure using the following command.
$ sudo grep action_mail_acct /etc/audit/auditd.conf
action_mail_acct = root
If "action_mail_acct" is not set to "root" or the keyword is missing, this is a finding.
2. Verify Nutanix OS is set to notify administrators in the event of an auditing processing failure using the following command.
$ sudo grep -i "postmaster:\s*root$" /etc/aliases
postmaster: root
If the command does not return a line, or is commented out, this is a finding.
M
5730