7.6 Ensure directory in logging.properties is a secure location - check prefix application name

Information

The directory attribute tells Tomcat where to store logs. The directory value should be a secure location with restricted access.

Rationale:

Securing the log location will help ensure the integrity and confidentiality of web application activity records.

Solution

Perform the following:

Add the following properties into your logging.properties file if they do not exist

<application_name>.org.apache.juli.FileHandler.directory=<log_location>
<application_name>.org.apache.juli.FileHandler.prefix=<application_name>

Set the location pointed to by the directory attribute to be owned by tomcat_admin:tomcat with permissions of o-rwx.

# chown tomcat_admin:tomcat <log_location>
# chmod o-rwx <log_location>

Default Value:

The directory location is configured to store logs in $CATALINA_HOME/logs.

See Also

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

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-3, CSCv7|14.6

Plugin: Unix

Control ID: abfc14f8d7233f72cbca0a628e1f3bb691de645792376da8342cb2d5facdd6dc