summaryrefslogtreecommitdiff
path: root/app/policies/group_policy.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 21:09:23 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 21:09:23 +0000
commitab593c8ded443f7ade3540ff8dac69ee51bc74fd (patch)
tree1fb8b2e194747f135d8610cd4b77766ac458b3a7 /app/policies/group_policy.rb
parent860efb35e24e07a1a22bcafcddb5f0409d40354c (diff)
downloadgitlab-ce-ab593c8ded443f7ade3540ff8dac69ee51bc74fd.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/policies/group_policy.rb')
-rw-r--r--app/policies/group_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/group_policy.rb b/app/policies/group_policy.rb
index 6ca30ba5dab..59dd74c1363 100644
--- a/app/policies/group_policy.rb
+++ b/app/policies/group_policy.rb
@@ -179,6 +179,7 @@ class GroupPolicy < Namespaces::GroupProjectNamespaceSharedPolicy
enable :read_deploy_token
enable :create_jira_connect_subscription
enable :maintainer_access
+ enable :maintain_namespace
end
rule { owner }.policy do