SV-259161r935387_rule
V-259161
SRG-APP-000118-WSR-000068
VCRP-80-000019
CAT II
10
At the command prompt, run the following commands for rhttpproxy log files:
# chmod o-w <file>
# chown rhttpproxy:rhttpproxy <file>
or
At the command prompt, run the following commands for envoy log files:
# chmod o-w <file>
# chown envoy:envoy <file>
At the command prompt, run the following commands:
# find /var/log/vmware/rhttpproxy/ -xdev -type f -a '(' -perm -o+w -o -not -user rhttpproxy -o -not -group rhttpproxy ')' -exec ls -ld {} \;
# find /var/log/vmware/envoy/ -xdev -type f -a '(' -perm -o+w -o -not -user envoy -o -not -group envoy ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
V-259161
False
VCRP-80-000019
At the command prompt, run the following commands:
# find /var/log/vmware/rhttpproxy/ -xdev -type f -a '(' -perm -o+w -o -not -user rhttpproxy -o -not -group rhttpproxy ')' -exec ls -ld {} \;
# find /var/log/vmware/envoy/ -xdev -type f -a '(' -perm -o+w -o -not -user envoy -o -not -group envoy ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
M
5572