]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- new ACL (with branch control) draft
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 6 Oct 2004 20:29:20 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    config/acl.conf -> 1.8

config/acl.conf

index bce582faa59da8a50d8cad3405fa6cba8fbba92d..71a1d8982e995c41b9db6fcccf715709394e6287 100644 (file)
@@ -16,8 +16,8 @@
 #
 # privs: list of privileges. List is scanned left to right. If no
 #   match is found access is denied. ! before item denies access.
-#   Items have format <what-action>:<which-builder>, where both are
-#   shell wildcards.
+#   Items have format <what-action>:<which-builder>[:<what-branch>],
+#   where all three are shell wildcards and by default any branch is allowed.
 #
 # Actions:
 #   src    -- build src rpm (only makes sense if <which-builder> is src 
@@ -51,4 +51,4 @@ privs = sign_queue:*
 [malekith]
 gpg_emails = malekith@pld-linux.org
 mailto = malekith@roke.freak
-privs = src:roke-src binary:roke-*
+privs = src:roke-src binary:roke-*:AC-branch
This page took 0.081132 seconds and 4 git commands to generate.