SV-99933r1_rule
V-89283
SRG-APP-000211-WSR-000030
VRAU-LI-000255
CAT I
10
At the command prompt, execute the following commands:
Note: Replace <file_name> for the name of the file that was returned.
chown root:root <file_name>
chmod 640 <file_name>
Repeat the commands for each file that was returned.
At the command prompt, execute the following command:
stat -c "%a %g %G %n" `find /opt/vmware/share/htdocs /opt/vmware/etc/lighttpd /opt/vmware/share/lighttpd -type f` | awk '$1 !~ /^..0/ || $3 !~ /root/ {print}'
If any files are returned, this is a finding.
V-89283
False
VRAU-LI-000255
At the command prompt, execute the following command:
stat -c "%a %g %G %n" `find /opt/vmware/share/htdocs /opt/vmware/etc/lighttpd /opt/vmware/share/lighttpd -type f` | awk '$1 !~ /^..0/ || $3 !~ /root/ {print}'
If any files are returned, this is a finding.
M
3457