Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-32901 | JRE0070-J7XP | SV-43296r1_rule | Medium |
Description |
---|
The deployment.config file is used for specifying the location and execution of system-level properties for the Java Runtime Environment. By default no deployment.config file exists; thus, no system-wide deployment.properties file exists. 64-bit systems require two copies of the file, one for the 64-bit JRE and the other for the 32-bit JRE. Without the deployment.config file, setting particular options for the Java control panel is impossible. |
STIG | Date |
---|---|
Java Runtime Environment (JRE) Version 7 STIG for WinXP | 2013-03-12 |
Check Text ( C-41213r9_chk ) |
---|
On 32-bit systems, verify that one JRE deployment configuration file exists as indicated: C:\Program Files(x86)\Java\jre7\lib\deployment.config On 64-bit systems, verify that two JRE deployment configuration files exist as indicated: C:\Program Files\Java\jre7\lib\deployment.config C:\Program Files(x86)\Java\jre7\lib\deployment.config If there are 32 bit and 64 bit versions of java running on the system and these configuration files do not exist as indicated, this is a finding. |
Fix Text (F-36818r9_fix) |
---|
On 32-bit systems, create a JRE deployment configuration file as indicated: C:\Program Files\Java\jre7\lib\deployment.config On 64-bit systems, create two JRE deployment configuration files as indicated: C:\Program Files\Java\jre7\lib\deployment.config C:\Program Files(x86)\Java\jre7\lib\deployment.config The deployment.config file is a text file containing 2 keys. The keys are: deployment.system.config = deployment.system.config.mandatory = |