-
Type:
Enhancement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Rejected
-
Affects Version/s: 7.0.0.CR2
-
Fix Version/s: None
-
Component/s: Security Manager
-
Labels:None
-
Target Release:
-
Affects:Documentation (Ref Guide, User Guide, etc.)
In a Java Policy file it's possible to do Property Expansion in grants such as:
java.io.FilePermission "${java.home}${/}-", "read"
|
We should also support expanding Environment Variables using:
java.io.FilePermission "${env.JBOSS_HOME}${/}-", "read"
|
This is already implemented upstream as part of MODULES-236