1. Home
  2. Security Hardening
  3. DISA RedHat JBoss EAP 6.3 STIG V2R2
  4. JBOS-AS-000030 – The Java Security Manager must be enabled for the JBoss application server – java.security.policy

JBOS-AS-000030 – The Java Security Manager must be enabled for the JBoss application server – java.security.policy

Details

The Java Security Manager is a java class that manages the external boundary of the Java Virtual Machine (JVM) sandbox, controlling how code executing within the JVM can interact with resources outside the JVM.

The Java Security Manager uses a security policy to determine whether a given action will be

permitted or denied.

To protect the host system, the JBoss application server must be run within the Java Security Manager.

Solution

For a domain installation:
Enable the respective JAVA_OPTS flag in both the domain.conf and the domain.conf.bat files.

For a standalone installation:
Enable the respective JAVA_OPTS flag in both the standalone.conf and the standalone.conf.bat files.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles