You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2017/12/29 01:10:52 UTC

[karaf] branch karaf-4.1.x updated: [KARAF-5546]incorrect acl rules for system:start-level

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new 2bbdbaa  [KARAF-5546]incorrect acl rules for system:start-level
2bbdbaa is described below

commit 2bbdbaa5c454893cdd633be856f278fc1c10132c
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Mon Dec 18 16:46:43 2017 +0800

    [KARAF-5546]incorrect acl rules for system:start-level
    
    (cherry picked from commit 55cd7c026c27aaf194fc01351dd096dd95ae62a8)
---
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 80f4248..a811bd4 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -787,7 +787,7 @@
                 #
                 property = admin
                 shutdown = admin
-                start-level[/.*[0-9][0-9][0-9]+.*/] = manager # manager can set startlevels above 100
+                start-level[/.*[1-9][0-9][0-9]+.*/] = manager # manager can set startlevels above 100
                 start-level[/[^0-9]*/] = viewer               # viewer can obtain the current start level
                 start-level = admin                           # admin can set any start level, including &lt; 100
             </config>

-- 
To stop receiving notification emails like this one, please contact
['"commits@karaf.apache.org" <co...@karaf.apache.org>'].