From 7a5f12c5f4727a768c1606030c2a6d79ce31cdc3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 25 Dec 2013 13:12:09 +0100 Subject: [PATCH] give debadmin access to the new dak-web user --- modules/sudo/files/sudoers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/sudo/files/sudoers b/modules/sudo/files/sudoers index 27fbfc32..1676b003 100644 --- a/modules/sudo/files/sudoers +++ b/modules/sudo/files/sudoers @@ -128,6 +128,8 @@ nagios beethoven,backuphost=(debbackup) NOPASSWD: /usr/lib/nagios/plugins/dsa-c # the dak user gets to run stuff as dak-unpriv (for things like lintian checks) %ftptrainee FTPHOSTS=(dak-unpriv) NOPASSWD: /usr/bin/lintian dak ALL=(dak-unpriv) NOPASSWD: ALL +# and ftpmaster can access the role user for their web services +%debadmin FTPHOSTS=(dak-web) ALL # some groups are in apachectrl on "their" hosts so they can reload apache and update their vhost %apachectrl ALL=(root) /usr/sbin/apache2-vhost-update -- 2.39.2