SV-99537r1_rule
V-88887
SRG-APP-000119-WSR-000069
VROM-TC-000295
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/suite-api/* | grep -vE 'pid$' | awk '$3 !~ /^admin/ {print}'
If the command produces any output, this is a finding.
V-88887
False
VROM-TC-000295
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/suite-api/* | grep -vE 'pid$' | awk '$3 !~ /^admin/ {print}'
If the command produces any output, this is a finding.
M
3441