You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by da...@apache.org on 2013/11/28 10:09:58 UTC

svn commit: r1546320 - /karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.shell.cfg

Author: davidb
Date: Thu Nov 28 09:09:58 2013
New Revision: 1546320

URL: http://svn.apache.org/r1546320
Log:
Further improvements to the shell commands ACLs

Modified:
    karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.shell.cfg

Modified: karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.shell.cfg
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.shell.cfg?rev=1546320&r1=1546319&r2=1546320&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.shell.cfg (original)
+++ karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.shell.cfg Thu Nov 28 09:09:58 2013
@@ -4,8 +4,7 @@
 # For an explanation of the syntax of this file, see the file:
 #   org.apache.karaf.command.acl.system.cfg
 #
-# Important to note is that the shell:new and shell:java commands are very powerful
-# as they can invoke any Java class available. Therefore they are limited to the admin
-# role here.
+edit = admin
+exec = admin
 new = admin
 java = admin