SV-259141r960930_rule
V-259141
SRG-APP-000118-WSR-000068
VCLD-80-000019
CAT II
10
At the command prompt, run the following commands for log files under /opt/vmware/var/log/lighttpd/:
# chmod o-w <file>
# chown lighttpd:lighttpd <file>
At the command prompt, run the following commands for all other log files:
# chmod o-w <file>
# chown root:root <file>
Note: Substitute <file> with the listed file.
At the command prompt, run the following commands:
# find /var/log/vmware/applmgmt/ /var/log/vmware/applmgmt-audit/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \;
# find /opt/vmware/var/log/lighttpd/ -xdev -type f -a '(' -perm -o+w -o -not -user lighttpd -o -not -group lighttpd ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
V-259141
False
VCLD-80-000019
At the command prompt, run the following commands:
# find /var/log/vmware/applmgmt/ /var/log/vmware/applmgmt-audit/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \;
# find /opt/vmware/var/log/lighttpd/ -xdev -type f -a '(' -perm -o+w -o -not -user lighttpd -o -not -group lighttpd ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
M
5571