From: Alexander Kanevskiy Date: Tue, 3 Jun 2014 11:37:20 +0000 (+0300) Subject: Subdomain permissions X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3ea26b464579a137fd65f01270451a795434421;p=scm%2Facls%2Fdomain_security%2Fauthentication.git Subdomain permissions --- diff --git a/groups b/groups new file mode 100644 index 0000000..5932160 --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +ec185654821ce788ceef69bc8b3098abead1a59c Security / Authentication - Subdomain \ No newline at end of file diff --git a/project.config b/project.config index 0648b80..5001106 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_security +[access "refs/heads/*"] + abandon = group Security / Authentication - Subdomain + create = group Security / Authentication - Subdomain + forgeAuthor = group Security / Authentication - Subdomain + forgeCommitter = group Security / Authentication - Subdomain + forgeServerAsCommitter = group Security / Authentication - Subdomain + push = +force group Security / Authentication - Subdomain + pushMerge = group Security / Authentication - Subdomain + label-Code-Review = -2..+2 group Security / Authentication - Subdomain + label-Verified = -1..+1 group Security / Authentication - Subdomain + rebase = group Security / Authentication - Subdomain + removeReviewer = group Security / Authentication - Subdomain + submit = group Security / Authentication - Subdomain + editTopicName = group Security / Authentication - Subdomain + deleteDrafts = group Security / Authentication - Subdomain + publishDrafts = group Security / Authentication - Subdomain +[access "refs/tags/*"] + create = group Security / Authentication - Subdomain + push = +force group Security / Authentication - Subdomain + pushTag = +force group Security / Authentication - Subdomain + pushSignedTag = group Security / Authentication - Subdomain \ No newline at end of file