From: Alexander Kanevskiy Date: Sun, 4 Aug 2013 23:50:18 +0000 (-0700) Subject: Modify access rules X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bf21f3ae74e66b7c77d1ff93915d14eca922c9f;p=scm%2Facls%2Fdomain_security.git Modify access rules --- diff --git a/groups b/groups new file mode 100644 index 0000000..f954237 --- /dev/null +++ b/groups @@ -0,0 +1,6 @@ +# UUID Group Name +# +14908db0ec20199ddb43c6fe1f8ab375086052e6 Security - Owners +5f2ddb37e5472bfce2c97e69e9b943d3b7d6d3ee Security - Maintainers +6d87676f7dd9cdf9736733a8647a88387364ca36 Security - Integrators +ae64733e20a7864fbbf6a6cf9724ed4fed64523f Security - Reviewers diff --git a/project.config b/project.config index 63ace4f..2aa7d99 100644 --- a/project.config +++ b/project.config @@ -2,3 +2,9 @@ state = active [access] inheritFrom = Domain-Projects +[access "refs/heads/*"] + owner = group Security - Owners + abandon = group Security - Integrators + abandon = group Security - Maintainers + abandon = group Security - Owners + abandon = group Security - Reviewers