Repository: servicemix
Updated Branches:
  refs/heads/servicemix-5.5.x 7d8536cde -> 2deba792c


SM-2591: Enable command RBAC support


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/2deba792
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/2deba792
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/2deba792

Branch: refs/heads/servicemix-5.5.x
Commit: 2deba792ce7a8d80b479558d83b48c7ca2ae48b0
Parents: 7d8536c
Author: Krzysztof Sobkowiak <[email protected]>
Authored: Mon Jun 15 23:33:46 2015 +0200
Committer: Krzysztof Sobkowiak <[email protected]>
Committed: Mon Jun 15 23:33:46 2015 +0200

----------------------------------------------------------------------
 assembly/src/main/resources/etc/system.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/2deba792/assembly/src/main/resources/etc/system.properties
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/etc/system.properties 
b/assembly/src/main/resources/etc/system.properties
index cd266c5..75dfa1b 100644
--- a/assembly/src/main/resources/etc/system.properties
+++ b/assembly/src/main/resources/etc/system.properties
@@ -110,7 +110,7 @@ 
org.apache.aries.proxy.weaving.disabled=org.objectweb.asm.*,org.slf4j.*,org.apac
 # By default, only Karaf shell commands are secured, but additional services 
can be
 # secured by expanding this filter
 #
-#karaf.secured.services = (&(osgi.command.scope=*)(osgi.command.function=*))
+karaf.secured.services = (&(osgi.command.scope=*)(osgi.command.function=*))
 
 #
 # Security properties
@@ -154,4 +154,4 @@ 
javax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFac
 #
 # CXF Log configuration
 #
-org.apache.cxf.Logger=org.apache.cxf.common.logging.Slf4jLogger
\ No newline at end of file
+org.apache.cxf.Logger=org.apache.cxf.common.logging.Slf4jLogger

Reply via email to