SV-279667r1192524_rule
V-279667
SRG-OS-000205-GPOS-00083
NXAC-OS-000251
CAT II
10
Configure Nutanix AHV to set permissions of all log files under the "/home/log" directory to "600" or more restricted using the following command.
$ sudo find /var/log -perm /137 -type f -exec chmod 600 '{}' \;
For AOS, Prism Central, and Files, this requirement is Inherently Met.
Confirm Nutanix AHV has all system log files under the "/var/log" directory with a permission of "600" using the following command.
$ sudo find /var/log -perm /137 -type f -exec stat -c "%n %a" {} \;
If command displays any output, this is a finding.
V-279667
False
NXAC-OS-000251
For AOS, Prism Central, and Files, this requirement is Inherently Met.
Confirm Nutanix AHV has all system log files under the "/var/log" directory with a permission of "600" using the following command.
$ sudo find /var/log -perm /137 -type f -exec stat -c "%n %a" {} \;
If command displays any output, this is a finding.
M
5730