SV-100789r1_rule
V-90139
SRG-APP-000380-WSR-000072
VRAU-TC-000795
CAT II
10
Remove all world permissions from any listed file with the following command:
chmod -R o-rwx /usr/lib/vco/configuration/webapps
At the command prompt, execute the following command:
ls -alR /usr/lib/vco/configuration/webapps | grep -E '^-' | awk '$1 !~ /---$/ {print}'
If the command produces any output, this is a finding.
V-90139
False
VRAU-TC-000795
At the command prompt, execute the following command:
ls -alR /usr/lib/vco/configuration/webapps | grep -E '^-' | awk '$1 !~ /---$/ {print}'
If the command produces any output, this is a finding.
M
3439