grim/hgkeeper

Parents 6118b5de7042
Children ef4ae04808d3
Remove the explicit write access of admins to the hgkeeper repo.

Fixes HGKEEPER-21
--- a/setup/resources/policy.csv.template Tue Jun 21 16:33:21 2022 -0500
+++ b/setup/resources/policy.csv.template Tue Jun 21 16:35:10 2022 -0500
@@ -24,9 +24,6 @@
# give users in the admins group the ability to create repositories everywhere.
p, admins, /*, init, allow
-# give admins write access to the {{.AdminRepo}} repo
-p, admins, {{.AdminRepo}}, write, allow
-
# deny authenticated, but not explicitly defined users read access to the
# {{.AdminRepo}} repo
p, public, {{.AdminRepo}}, read, deny