beginning of agent-virtualization of packages
[freeside.git] / FS / FS / AccessRight.pm
index fb7e538..5ab6809 100644 (file)
@@ -203,6 +203,7 @@ tie my %rights, 'Tie::IxHash',
   ###
   'Miscellaneous rights' => [
     { rightname=>'Job queue', global=>1 },
+    { rightname=>'Time queue', global=>1 },
     { rightname=>'Process batches', global=>1 },
     { rightname=>'Reprocess batches', global=>1 },
     { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now?  give em their own ACLs
@@ -222,6 +223,9 @@ tie my %rights, 'Tie::IxHash',
   'Configuration rights' => [
     'Edit advertising sources',
     { rightname=>'Edit global advertising sources', global=>1 },
+
+    'Edit package definitions',
+    { rightname=>'Edit global package definitions', global=>1 },
   
     'Edit billing events',
     { rightname=>'Edit global billing events', global=>1 },