SV-99533r1_rule
V-88883
SRG-APP-000119-WSR-000069
VROM-TC-000285
CAT II
10
At the command prompt, execute the following command:
chown admin:admin <file>
Note: Replace <file> with any listed files.
Find any files that are not owned by admin or not group owned by admin, execute the following command:
ls -lR /storage/log/vcops/log/product-ui/* | grep -vE 'pid$' | awk '$3 !~ /^admin/ {print}'
If the command produces any output, this is a finding.
V-88883
False
VROM-TC-000285
Find any files that are not owned by admin or not group owned by admin, execute the following command:
ls -lR /storage/log/vcops/log/product-ui/* | grep -vE 'pid$' | awk '$3 !~ /^admin/ {print}'
If the command produces any output, this is a finding.
M
3441