-
1. Re: Desperately need HELP with Wildfly Security Manager
jaikiran Oct 13, 2016 2:09 AM (in response to adrian.boangiu)From what I see in the WildFly server code, system property replacement in the content of the permissions.xml file isn't supported.
-
2. Re: Desperately need HELP with Wildfly Security Manager
dmlloyd Oct 13, 2016 2:30 AM (in response to adrian.boangiu)Can you please open an enhancement request in the https://issues.jboss.org/browse/WFLY JIRA project? This is a feature that should be supported IMO; I think it was just an oversight.
-
3. Re: Desperately need HELP with Wildfly Security Manager
ajoshisug Sep 5, 2018 7:30 AM (in response to dmlloyd)hello team,
I am having similar issues in WildFly 11.0.0_Final to set read file permissions via permissions.xml, I am not able to set paths for read permissions in permissions.xml. Tried all options - hard-coding exact path, relative path with env. variable, only <<ALL FILES>> seems to be working. I have enabled debug in standalone-full.xml
<logger category="org.wildfly.security.access">
<level name="DEBUG"/>
</logger>
and copied exact permission name and class in the permissions.xml but did not work for me...
Can you please update if it is fixed in WF11? or we need to resort to <<ALL FILES>>
Thanks,
Anand Joshi