~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/security.cfg

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-17 20:41:13 UTC
  • mfrom: (3277.1.4 launchpad-foobar2)
  • Revision ID: pqm@pqm.ubuntu.com-20060317204113-9841a4470db3611b
[r=jamesh] Mainline soyuz

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
public.binarypackagefile                = SELECT
182
182
public.bugattachment                    = SELECT
183
183
public.build                            = SELECT
 
184
public.distroreleasequeue               = SELECT
184
185
public.distroreleasequeuecustom         = SELECT
185
186
public.distributionmirror               = SELECT
186
187
public.message                          = SELECT
335
336
public.distroarchrelease                        = SELECT, UPDATE
336
337
public.sourcepackagepublishing                  = SELECT
337
338
public.sourcepackagepublishinghistory           = SELECT
338
 
public.securesourcepackagepublishinghistory     = SELECT, INSERT, UPDATE, DELETE
339
 
public.sourcepackagerelease                     = SELECT, INSERT, UPDATE
340
 
public.sourcepackagereleasefile                 = SELECT, INSERT, UPDATE
 
339
public.securesourcepackagepublishinghistory     = SELECT
 
340
public.sourcepackagerelease                     = SELECT
 
341
public.sourcepackagereleasefile                 = SELECT
341
342
public.sourcepackagename                        = SELECT
342
343
public.binarypackagepublishing                  = SELECT
343
344
public.binarypackagepublishinghistory           = SELECT
344
 
public.securebinarypackagepublishinghistory     = SELECT, INSERT, UPDATE, DELETE
345
 
public.binarypackagerelease                     = SELECT, INSERT, UPDATE
346
 
public.binarypackagefile                        = SELECT, INSERT
347
 
public.binarypackagename                        = SELECT, INSERT
 
345
public.securebinarypackagepublishinghistory     = SELECT
 
346
public.binarypackagerelease                     = SELECT
 
347
public.binarypackagefile                        = SELECT
 
348
public.binarypackagename                        = SELECT
348
349
public.libraryfilealias                         = SELECT, INSERT
349
350
public.libraryfilecontent                       = SELECT, INSERT
350
351
public.processor                                = SELECT
538
539
 
539
540
[uploader]
540
541
type=user
 
542
 
541
543
# This block is granted insert in order to be able to create maintainers
542
544
# on the fly when we encounter them.
543
545
public.person                           = SELECT, INSERT
555
557
public.sourcepackagepublishing          = SELECT
556
558
public.sourcepackagefilepublishing      = SELECT
557
559
public.binarypackagepublishing          = SELECT
558
 
public.component                        = SELECT
559
 
public.section                          = SELECT
 
560
public.component                        = SELECT, INSERT
 
561
public.section                          = SELECT, INSERT
560
562
public.componentselection               = SELECT
561
563
public.sectionselection                 = SELECT
562
564
public.distrocomponentuploader          = SELECT
590
592
 
591
593
[queued]
592
594
type=user
593
 
# required to send announce emails
 
595
# Announce handling
594
596
public.person                           = SELECT, INSERT
595
597
public.emailaddress                     = SELECT, INSERT
596
598
public.teamparticipation                = SELECT, INSERT
 
599
public.distrocomponentuploader          = SELECT
597
600
 
598
601
# The Queue
599
602
public.distroreleasequeue               = SELECT, UPDATE