SV-99615r1_rule
V-88965
SRG-APP-000211-WSR-000030
VROM-TC-000510
CAT I
10
At the command prompt, execute the following command:
Note: Replace <file_name> for the name of the file that was returned.
chown admin:admin <file_name>
Repeat the command for each file that was returned.
Find any files that are not owned by admin or not group owned by admin, execute the following command:
cd /usr/lib/vmware-vcops/tomcat-enterprise
ls -alR bin conf | grep -E '^-' | awk '$3 !~ /admin/ {print}'
If the command produces any output, this is a finding.
V-88965
False
VROM-TC-000510
Find any files that are not owned by admin or not group owned by admin, execute the following command:
cd /usr/lib/vmware-vcops/tomcat-enterprise
ls -alR bin conf | grep -E '^-' | awk '$3 !~ /admin/ {print}'
If the command produces any output, this is a finding.
M
3441