1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 11:16:04 +02:00

Merge branch '560-update-sudoers' into 'master'

archbuild: Adapt the sudoers file to the new group structure

Closes #560

See merge request archlinux/infrastructure!787
This commit is contained in:
Christian Heusel 2024-01-06 20:20:42 +00:00
commit ae0abd2f87

View File

@ -6,5 +6,7 @@ Cmnd_Alias ARCHBUILD = /usr/sbin/makechrootpkg, /usr/sbin/mkarchroot, \
Defaults!ARCHBUILD env_keep+=SOURCE_DATE_EPOCH
%dev ALL = NOPASSWD: ARCHBUILD
%tu ALL = NOPASSWD: ARCHBUILD
%dev ALL = NOPASSWD: ARCHBUILD
%junior-dev ALL = NOPASSWD: ARCHBUILD
%packager ALL = NOPASSWD: ARCHBUILD
%junior-packager ALL = NOPASSWD: ARCHBUILD