~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/security.cfg

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 12:11:50 UTC
  • mfrom: (14625.2.7 gina-dsc-binaries)
  • Revision ID: launchpad@pqm.canonical.com-20120106121150-e0bucmb5qeyytnn9
[r=wgrant][bug=911943] Fix SourcePackageReleaseDscBinariesUpdater:
        round chunk_size to int (and document this issue).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
#
4
4
# Possible permissions: SELECT, INSERT, UPDATE, EXECUTE
441
441
[pofilestats]
442
442
groups=script
443
443
public.language                         = SELECT
 
444
public.packaging                        = SELECT
444
445
public.pofile                           = SELECT, UPDATE
445
446
public.potemplate                       = SELECT, UPDATE
446
447
public.job                              = SELECT, UPDATE, DELETE
2114
2115
 
2115
2116
[garbo]
2116
2117
groups=script,read
 
2118
public.account                          = SELECT, DELETE
2117
2119
public.answercontact                    = SELECT, DELETE
2118
2120
public.branch                           = SELECT, UPDATE
2119
2121
public.branchjob                        = SELECT, DELETE
2141
2143
public.codeimportevent                  = SELECT, DELETE
2142
2144
public.codeimporteventdata              = SELECT, DELETE
2143
2145
public.codeimportresult                 = SELECT, DELETE
2144
 
public.emailaddress                     = SELECT, UPDATE
 
2146
public.emailaddress                     = SELECT, UPDATE, DELETE
2145
2147
public.hwsubmission                     = SELECT, UPDATE
2146
2148
public.job                              = SELECT, INSERT, DELETE
2147
2149
public.logintoken                       = SELECT, DELETE
2155
2157
public.revisionauthor                   = SELECT, UPDATE
2156
2158
public.revisioncache                    = SELECT, DELETE
2157
2159
public.sourcepackagename                = SELECT
2158
 
public.sourcepackagerelease             = SELECT
 
2160
public.sourcepackagerelease             = SELECT, UPDATE
2159
2161
public.sourcepackagepublishinghistory   = SELECT, UPDATE
2160
2162
public.suggestivepotemplate             = INSERT, DELETE
2161
2163
public.teamparticipation                = SELECT, DELETE