SV-99955r1_rule
V-89305
SRG-APP-000380-WSR-000072
VRAU-LI-000425
CAT II
10
At the command prompt, enter the followings 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-89305
False
VRAU-LI-000425
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