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

Nutanix OS must mount /var/tmp with secure options.

DISA Rule

SV-279590r1192460_rule

Vulnerability Number

V-279590

Group Title

SRG-OS-000368-GPOS-00154

Rule Version

NXAC-OS-000139

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Nutanix OS is designed and engineered to have mount option preconfigured by default and changes are not supported. If any mount options are found, then some corruption has occurred and the OS must be rebuilt.

Check Contents

For AHV, this requirement is Not Applicable.

Verify in Nutanix OS that the "nodev","nosuid", and "noexec" options are configured for /var/tmp using the following command.

$ sudo cat /etc/fstab | grep /var/tmp
/tmp /var/tmp none bind,noatime,nodev,noexec,nosuid,rw,seclabel 0 0

If /var/tmp is mounted without secure options "nodev", "nosuid", and "noexec", this is a finding.

Vulnerability Number

V-279590

Documentable

False

Rule Version

NXAC-OS-000139

Severity Override Guidance

For AHV, this requirement is Not Applicable.

Verify in Nutanix OS that the "nodev","nosuid", and "noexec" options are configured for /var/tmp using the following command.

$ sudo cat /etc/fstab | grep /var/tmp
/tmp /var/tmp none bind,noatime,nodev,noexec,nosuid,rw,seclabel 0 0

If /var/tmp is mounted without secure options "nodev", "nosuid", and "noexec", this is a finding.

Check Content Reference

M

Target Key

5730