SV-279587r1192454_rule
V-279587
SRG-OS-000368-GPOS-00154
NXAC-OS-000136
CAT II
10
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.
Verify in Nutanix OS that the "nodev","nosuid", and "noexec" options are configured for /dev/shm using the following command.
$ cat /etc/fstab | grep /dev/shm
tmpfs /dev/shm tmpfs defaults,size=512m,noexec,rw,seclabel,nosuid,nodev 0 0
If /dev/shm is mounted without secure options "nodev", "nosuid", and "noexec", this is a finding.
V-279587
False
NXAC-OS-000136
Verify in Nutanix OS that the "nodev","nosuid", and "noexec" options are configured for /dev/shm using the following command.
$ cat /etc/fstab | grep /dev/shm
tmpfs /dev/shm tmpfs defaults,size=512m,noexec,rw,seclabel,nosuid,nodev 0 0
If /dev/shm is mounted without secure options "nodev", "nosuid", and "noexec", this is a finding.
M
5730