Repository: servicemix Updated Branches: refs/heads/servicemix-5.4.x 79f1d6f5c -> 036e7955a
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/036e7955 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/036e7955 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/036e7955 Branch: refs/heads/servicemix-5.4.x Commit: 036e7955a7b48b56e218abd74c636d6d7fd6c177 Parents: 79f1d6f Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Jun 15 23:35:08 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon Jun 15 23:35:08 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/036e7955/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
