]
Brian Stansberry updated WFCORE-3000:
-------------------------------------
Fix Version/s: 4.0.0.Beta1
(was: 4.0.0.Alpha9)
Allow turning the security manager on on a per jvm basis
--------------------------------------------------------
Key: WFCORE-3000
URL:
https://issues.jboss.org/browse/WFCORE-3000
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Brian Stansberry
Labels: domain-mode
Fix For: 4.0.0.Beta1
Turning on the security manager in a WildFly process is done by adding the -secmgr arg to
org.jboss.modules.Main. But the jvm config settings in domain mode provide no mechanism
for configuring args to Main; they only provide options for args to java. So there is no
way to turn on the security manager for an individual jvm config (i.e. one or more
servers) or if it is on for the HC there is no way to turn it off for a particular jvm
config.
The jvm config needs an attribute for this; default is undefined which should be
documented as meaning the setting is derived from the HC's settings (i.e. the way it
is now.)