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/18 08:46:56 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 55cd7c0  [KARAF-5546]incorrect acl rules for system:start-level
55cd7c0 is described below

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

    [KARAF-5546]incorrect acl rules for system:start-level
---
 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 a7d8b25..c87e1bc 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -800,7 +800,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>'].