4.1.1.14 Ensure access on /var/tmp/dpid2.log is configured
Information
The /var/tmp/dpid2.log is the logfile used by dpid2 daemon, and contains SNMP information. The /var/tmp/dpid2.log logfile is used by the dpid2 daemon and can contain sensitive SNMP information. This file must be secured from unauthorized access and modifications.
Solution
Set ownership and permissions on /var/tmp/dpid2.log : # /usr/bin/chown root:system /var/tmp/dpid2.log # /usr/bin/chmod u-x,g-wx,o-rwx /var/tmp/dpid2.log