19 - Restrict access to logging.properties - owner

Information

logging.properties specifies the logging configuration. It is recommended that access to this file has the proper permissions to properly protect from unauthorized changes.

Restricting access to this file will prevent local users from maliciously or inadvertently altering s security policy.

Solution

To restrict access to logging.properties:
1. Set the ownership of the $JETTY_HOME/...../logging.properties to _admin:.
2. Remove read, write, and execute permissions for the world.
3. Remove write permissions for the group.
# chown _admin: $JETTY_HOME/...../logging.properties # chmod g-w,o-rwx $JETTY_HOME/...../logging.properties

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-6

Plugin: Unix

Control ID: a0d23c502a069b93cb359a4c75fe5de27ffbaf576f44e027e97f134ea15a1e14