[jboss-jira] [JBoss JIRA] (WFLY-4898) Change in permissions is not visible until server reload

Tomas Hofman (JIRA) issues at jboss.org
Wed Feb 3 06:23:00 EST 2016


    [ https://issues.jboss.org/browse/WFLY-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158149#comment-13158149 ] 

Tomas Hofman commented on WFLY-4898:
------------------------------------

Note that deployment permission configuration was changed by WFLY-4880. Setting minimum permissions would now translate from

{code}
/subsystem=security-manager/deployment-permissions=default/minimum-set=default:add
/subsystem=security-manager/deployment-permissions=default/minimum-set=default/permission=test:add(class=java.security.AllPermission)
{code}

to following:

{code}
/subsystem=security-manager/deployment-permissions=default:write-attribute(name=minimum-permissions, value=[{"class" => "java.security.AllPermission"}])
{code}

Also, reload-required state is correctly set after above command is executed, so I'm marking the issue as Resolved.

> Change in permissions is not visible until server reload
> --------------------------------------------------------
>
>                 Key: WFLY-4898
>                 URL: https://issues.jboss.org/browse/WFLY-4898
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security Manager
>    Affects Versions: 10.0.0.Alpha4
>            Reporter: Josef Cacek
>            Assignee: Tomas Hofman
>
> When adding permissions in the security-manager subsystem, the changes are not used until server reload. But the CLI operation *doesn't require reload*.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list