You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/23 14:45:20 UTC

[jira] [Commented] (KARAF-4620) ACL default configuration for feature:start/stop missing

    [ https://issues.apache.org/jira/browse/KARAF-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432930#comment-15432930 ] 

ASF subversion and git services commented on KARAF-4620:
--------------------------------------------------------

Commit 8d9ed1e98ca8c8d344b97eb7bb9a054ecabc9483 in karaf's branch refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=8d9ed1e ]

[KARAF-4620] Add ACL to limit feature:start, feature:stop and feature:update commands to the admin role


> ACL default configuration for feature:start/stop missing
> --------------------------------------------------------
>
>                 Key: KARAF-4620
>                 URL: https://issues.apache.org/jira/browse/KARAF-4620
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-security, karaf-shell
>    Affects Versions: 4.0.3
>            Reporter: Christian Schmülling
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.1.0, 4.0.6
>
>
> The ACL default configuration down't cover the commands feature:start feature:stop in org.apache.karaf.command.acl.feature.cfg.
> Each user who is able to login is able to start and stop features. 
> FIX: Add these two lines:
> start = admin
> stop = admin
> HOTFIX at a running system:
> config:edit org.apache.karaf.command.acl.feature
> config:property-set start admin
> config:property-set stop admin
> config:update            



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)