STIGQter STIGQter: STIG Summary: Nutanix Acropolis GPOS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Jan 2026:

Nutanix OS must alert the information system security officer (ISSO) and system administrator (SA) (at a minimum) in the event of an audit processing failure.

DISA Rule

SV-279569r1192086_rule

Vulnerability Number

V-279569

Group Title

SRG-OS-000046-GPOS-00022

Rule Version

NXAC-OS-000092

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-279569

Documentable

False

Rule Version

NXAC-OS-000092

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5730