[jboss-jira] [JBoss JIRA] (WFLY-3651) permissions.xml is not used
Ondrej Kotek (JIRA)
issues at jboss.org
Fri Nov 14 04:36:30 EST 2014
[ https://issues.jboss.org/browse/WFLY-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Kotek resolved WFLY-3651.
--------------------------------
Resolution: Won't Fix
Ok, I found the way. You really need only to add security manager subsystem into standalone.xml. No -secmgr needed. This works for me:
{code:xml}
...
<extensions>
...
<extension module="org.wildfly.extension.security.manager"/>
</extensions>
<profile>
...
<subsystem xmlns="urn:jboss:domain:security-manager:1.0"/>
</profile>
...
{code}
*Needs to be documented.*
> permissions.xml is not used
> ---------------------------
>
> Key: WFLY-3651
> URL: https://issues.jboss.org/browse/WFLY-3651
> Project: WildFly
> Issue Type: Bug
> Components: Security Manager
> Affects Versions: 8.1.0.Final
> Environment: Fedora 20, jdk1.7.0_60
> Reporter: Ondrej Kotek
> Assignee: David Lloyd
> Priority: Blocker
> Attachments: wfly3651.war
>
>
> With security manager turned on, an application cannot use permissions allowed by permissions.xml configuration -- against EE 7 specification.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list