SV-256727r888772_rule
V-256727
SRG-APP-000266-WSR-000142
VCLU-70-000022
CAT II
10
Navigate to and open:
/usr/lib/vmware-lookupsvc/conf/web.xml
Set the <param-value> to "false" in all <param-name>listing</param-name> nodes.
The setting should look like the following:
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
Restart the service with the following command:
# vmon-cli --restart lookupsvc
At the command prompt, run the following command:
# xmllint --format /usr/lib/vmware-lookupsvc/conf/web.xml | sed 's/xmlns=".*"//g' | xmllint --xpath '//param-name[text()="listings"]/..' -
Expected result:
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
If the output of the command does not match the expected result, this is a finding.
V-256727
False
VCLU-70-000022
At the command prompt, run the following command:
# xmllint --format /usr/lib/vmware-lookupsvc/conf/web.xml | sed 's/xmlns=".*"//g' | xmllint --xpath '//param-name[text()="listings"]/..' -
Expected result:
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
If the output of the command does not match the expected result, this is a finding.
M
5525