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