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