Information
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
Enabling the Security Manager in JDK 24 is an error and if using JDK 24, this is not a finding.
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.