4.4 Restrict access to Tomcat logs directory

Information

The Tomcat $CATALINA_HOME/logs/ directory contains Tomcat logs. It is recommended that the ownership of this directory be tomcat_admin:tomcat. It is also recommended that the permissions on this directory prevent read, write, and execute for the world (o-rwx).

Solution

Perform the following to restrict access to Tomcat log files:
1. Set the ownership of the $CATALINA_HOME/logs to tomcat_admin:tomcat.
2. Remove read, write, and execute permissions for the world
# chown tomcat_admin:tomcat <log location>
# chmod o-rwx <log location>

See Also

https://workbench.cisecurity.org/files/266

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6

Plugin: Unix

Control ID: 7eddb0e246834a2e71fe06141f92e2c369cbee1deec48f7d46671d9e3ae8d409