Ensure permissions on all logfiles are configured

Information

It is important to ensure that log files have the correct permissions to ensure that sensitive data is archived and protected.

Solution

Run the following command to set permissions on all existing log files: # find /var/log -type f -exec chmod g-wx,o-rwx {} +

See Also

https://www.cisco.com/c/en/us/td/docs/security/firepower/623/configuration/guide/fpmc-config-guide-v623.html