From a950b4fbdf3239d0372745471876e587b019db25 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 21 Sep 2014 22:58:53 +0200 Subject: [PATCH] Enable httredir to run everything as httpredir-app --- modules/sudo/files/sudoers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/sudo/files/sudoers b/modules/sudo/files/sudoers index c274626e..3e5e249a 100644 --- a/modules/sudo/files/sudoers +++ b/modules/sudo/files/sudoers @@ -141,8 +141,8 @@ dak ALL=(dak-unpriv) NOPASSWD: ALL # and ftpmaster can access the role user for their web services %debadmin FTPHOSTS=(dak-web) ALL -# the httpredir role use can run a couple of things as httpredir-app -httpredir ALL=(httpredir-app) NOPASSWD: /usr/bin/starman +# the httpredir role use can run things as httpredir-app +httpredir ALL=(httpredir-app) NOPASSWD: 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