4.1.1.16 Ensure access on /var/tmp/snmpd.log is configured
Information
The /var/tmp/snmpd.log is the logfile used by snmpd daemon, and contains network and machine related information. The /var/tmp/snmpd.log logfile contains sensitive information through which an attacker can find out about the SNMP deployment architecture in your network. This log file must be secured from unauthorized access.
Solution
Set ownership and permissions on /var/tmp/snmpd.log: chown root:system /var/tmp/snmpd.log chmod o-rw /var/tmp/snmpd.log