Repository: servicemix Updated Branches: refs/heads/master 4eb7dafb9 -> 8a333c865
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/8a333c86 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/8a333c86 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/8a333c86 Branch: refs/heads/master Commit: 8a333c865b73a638a45d6c53f7d3619dfcc8d48e Parents: 4eb7daf Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Jun 15 23:31:53 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon Jun 15 23:31:53 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/8a333c86/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 edfd941..4f8214b 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
