← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wallyworld/launchpad/sharing-jobs-permissions into lp:launchpad

 

Ian Booth has proposed merging lp:~wallyworld/launchpad/sharing-jobs-permissions into lp:launchpad.

Requested reviews:
  Ian Booth (wallyworld)

For more details, see:
https://code.launchpad.net/~wallyworld/launchpad/sharing-jobs-permissions/+merge/111138

Add select permission on accessartifact for sharing-jobs user. Otherwise the remove bug subscriptions job can error.
-- 
https://code.launchpad.net/~wallyworld/launchpad/sharing-jobs-permissions/+merge/111138
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/schema/security.cfg'
--- database/schema/security.cfg	2012-06-18 20:54:11 +0000
+++ database/schema/security.cfg	2012-06-20 03:11:19 +0000
@@ -1919,6 +1919,7 @@
 
 [sharing-jobs]
 groups=script
+public.accessartifact                   = SELECT
 public.accessartifactgrant              = SELECT, UPDATE, DELETE
 public.accesspolicy                     = SELECT
 public.accesspolicygrant                = SELECT, UPDATE, DELETE


Follow ups