[
https://issues.redhat.com/browse/WFCORE-2147?page=com.atlassian.jira.plug...
]
Brian Stansberry edited comment on WFCORE-2147 at 1/9/20 6:18 PM:
------------------------------------------------------------------
I resolved this as the WF Core part of this has been merged, but for the overall
high-level feature to be done the related issue in full WildFly still need completion
(i.e. WF Core upgraded with this and the related PR merged.)
^^^ is for the benefit of anyone reading this who is interested. The folks doing the
feature know this already. :)
was (Author: brian.stansberry):
I resolved this as the WF Core part of this has been merged, but for the overall
high-level feature to be done the related issue in full WildFly still need completion
(i.e. WF Core upgraded with this and the related PR merged.)
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)