UCF STIG Viewer Logo

The configuration file must contain proper keys and values to deploy settings correctly.


Overview

Finding ID Version Rule ID IA Controls Severity
V-32842 JRE0060-UX SV-43649r1_rule DCBP-1 Medium
Description
This configuration file must hold values of the location of the deployment.properties file as well as the enforcement of these properties. Without a proper path for the properties file, deployment would not be possible. If the path specified does not lead to a properties file the value of the 'deployment.system.config. mandatory' key determines how to handle the situation. If the value of this key is true, JRE will not run if the path to the properties file is invalid. NOTE: The 'JRE' directory in the file path may reflect the specific JRE release installed.
STIG Date
Java Runtime Environment (JRE) version 7 STIG for Unix 2015-12-10

Details

Check Text ( C-41526r4_chk )
Navigate to the deployment.config file.
/usr/java/jre/lib/deployment.config

If the configuration file does not contain 'deployment.system.config=file:/usr/java/jre/lib/deployment.properties', this is a finding.

If the configuration file does not contain 'deployment.system.config.mandatory=false', this is a finding.
Fix Text (F-37162r6_fix)
Specify the path to the deployment.properties file and set the mandatory configuration values.

Navigate to the deployment.config file.
/usr/java/jre/lib/deployment.properties

Include the following keys in the configuration file:
'deployment.system.config=file:/usr/java/jre/lib/deployment.properties'
'deployment.system.config.mandatory=false'.