Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B937B10BA6 for ; Wed, 27 Nov 2013 16:16:07 +0000 (UTC) Received: (qmail 34836 invoked by uid 500); 27 Nov 2013 16:15:45 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 34818 invoked by uid 500); 27 Nov 2013 16:15:37 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 34781 invoked by uid 99); 27 Nov 2013 16:15:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 16:15:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 16:15:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0B92C238883D; Wed, 27 Nov 2013 16:15:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1546088 - /karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg Date: Wed, 27 Nov 2013 16:15:10 -0000 To: commits@karaf.apache.org From: davidb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131127161511.0B92C238883D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davidb Date: Wed Nov 27 16:15:10 2013 New Revision: 1546088 URL: http://svn.apache.org/r1546088 Log: ACLs for the bundle commands. Added: karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg Added: karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg?rev=1546088&view=auto ============================================================================== --- karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg (added) +++ karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg Wed Nov 27 16:15:10 2013 @@ -0,0 +1,20 @@ +# +# This configuration file defines the ACLs for commands in the bundle subshell +# +# For an explanation of the syntax of this file, see the file: +# org.apache.karaf.command.acl.system.cfg +# +install = admin +refresh[/.*[-][f].*/] = admin +refresh = manager +restart[/.*[-][f].*/] = admin +restart = manager +start[/.*[-][f].*/] = admin +start = manager +stop[/.*[-][f].*/] = admin +stop = manager +uninstall[/.*[-][f].*/] = admin +uninstall = manager +update[/.*[-][f].*/] = admin +update = manager +watch = admin