]
Boris Unckel commented on WFCORE-2147:
--------------------------------------
Hello [~yersan] thanks a lot for your howto. I have backported it successfully to WildFly
Core 4 / WildFly 12, it works.
Impossible to use environment variables or system properties in
permissions.xml and jboss-permissions.xml
---------------------------------------------------------------------------------------------------------
Key: WFCORE-2147
URL:
https://issues.redhat.com/browse/WFCORE-2147
Project: WildFly Core
Issue Type: Feature Request
Components: Security
Reporter: Adrian Boangiu
Assignee: Yeray Borges
Priority: Major
Fix For: 11.0.0.Beta7
Without this feature it is impossible to migrate "variable" Java file
permissions such as:
{noformat}
permission java.io.FilePermission "${java.io.tmpdir}","read";
permission java.io.FilePermission
"${jboss.home.dir}${/}bin${/}javamelody${/}-","read,write,delete";
permission java.io.FilePermission
"${app.home.dir}${/}log${/}-","read,write,delete";
{noformat}
that were defined in Java policy file in previous verions of JBoss.