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 deny read, write, and execute for the world (o-rwx).

Rationale:

Restricting access to these directories will prevent local users from maliciously or inadvertently altering Tomcat's logs.

Solution

Perform the following to restrict access to Tomcat log files:

Set the ownership of the $CATALINA_HOME/logs to tomcat_admin:tomcat.

# chown tomcat_admin:tomcat $CATALINA_HOME/logs

Remove read, write, and execute permissions for the world

# chmod o-rwx $CATALINA_HOME/logs

Default Value:

The default permissions of the top-level directories are 770.

See Also

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

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: Unix

Control ID: 9833791e80eba68579ba17b84e938589ec4cd69bd328d408b5f98e6cefd30bea