Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 40367 invoked from network); 14 Dec 2006 13:49:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 13:49:54 -0000 Received: (qmail 94644 invoked by uid 500); 14 Dec 2006 13:50:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 94462 invoked by uid 500); 14 Dec 2006 13:50:01 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 94453 invoked by uid 99); 14 Dec 2006 13:50:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 05:50:01 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.1.36] (HELO gmp-ea-fw-1.sun.com) (192.18.1.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 05:49:50 -0800 Received: from d1-emea-09.sun.com (d1-emea-09.sun.com [192.18.2.119]) by gmp-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id kBEDnRLt005065 for ; Thu, 14 Dec 2006 13:49:28 GMT Received: from conversion-daemon.d1-emea-09.sun.com by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JA900M01NNOS500@d1-emea-09.sun.com> (original mail from Oystein.Grovlen@Sun.COM) for derby-dev@db.apache.org; Thu, 14 Dec 2006 13:49:27 +0000 (GMT) Received: from [129.159.112.239] by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JA900M78NQ906O2@d1-emea-09.sun.com> for derby-dev@db.apache.org; Thu, 14 Dec 2006 13:49:24 +0000 (GMT) Date: Thu, 14 Dec 2006 14:49:21 +0100 From: Oystein Grovlen - Sun Norway Subject: Re: [jira] Commented: (DERBY-2109) System privileges In-reply-to: <17225591.1166018903245.JavaMail.jira@brutus> Sender: Oystein.Grovlen@Sun.COM To: derby-dev@db.apache.org Message-id: <45815661.2080401@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 8BIT References: <17225591.1166018903245.JavaMail.jira@brutus> User-Agent: Thunderbird 1.5.0.5 (X11/20060730) X-Virus-Checked: Checked by ClamAV on apache.org Dag H. Wanvik (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-2109?page=comments#action_12458129 ] > > Dag H. Wanvik commented on DERBY-2109: > -------------------------------------- > > Øystein: >> I miss a rationale for how you ended up with three >> database-specific features. What are particular to them compared >> to other features like those listed in Appendix A? > > I think the reason is that these can all be controlled via execute > privileges on existing system procedures, whereas, the three new ones > are done via getConnection and are not currently protectable. It would > be nice to call this out earlier in the write-up - it is mentioned in the > beginning of appendix A. > That make sense, but there is at least one getConnection-operation that is not mentioned: Restore. I would assume this should be a database-specific privelege. -- Øystein