From b801f8b3dd192298fc1e48caf1314b0485abe3eb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 16 Dec 2017 14:08:27 -0500 Subject: default config: begin switching to more granular groups --- parabola-hackers.yml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/parabola-hackers.yml b/parabola-hackers.yml index 510ca4f..b993e6c 100644 --- a/parabola-hackers.yml +++ b/parabola-hackers.yml @@ -8,15 +8,13 @@ yamldir: "/var/lib/hackers-git/users" # That is, if you are in the 'hackers' group, you are also in the # 'repo' and 'git' groups, even if they aren't listed. groupgroups: + # high-level groups hackers: - - repo - - git - - ssh - - wheel - - log - - systemd-journal + - administrators + - committers - email - keyring-trusted + - packagers fellows: - email trustedusers: @@ -24,6 +22,17 @@ groupgroups: bots: - keyring-trusted + # capability groups + committers: + - git + packagers: + - repo + administrators: + - log + - ssh + - systemd-journal + - wheel + # Groups that are system users that can be ssh'ed into. # # So, if 'lukeshu' is in the 'repo' group, he can ssh to -- cgit v1.2.2