SV-239733r679309_rule
V-239733
SRG-APP-000211-WSR-000030
VCLD-67-000026
CAT II
10
At the command prompt, execute the following commands:
# chmod 0755 <directory>
# chown root:root <directory>
Note: Substitute <directory> with each directory returned from the check.
At the command prompt, execute the following command:
# find /opt/vmware/share/htdocs/ -xdev -type d -a '(' -not -perm 0755 -o -not -user root -o -not -group root ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
V-239733
False
VCLD-67-000026
At the command prompt, execute the following command:
# find /opt/vmware/share/htdocs/ -xdev -type d -a '(' -not -perm 0755 -o -not -user root -o -not -group root ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
M
5335