From 7b75c30eeecec13af1e70e02f2868201e550d364 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 4 Sep 2014 22:34:00 +0200 Subject: [PATCH] =?UTF-8?q?[sudo]=20On=20autorise=20aux=20c=C3=A2bleurs=20?= =?UTF-8?q?l'impression=20de=20tickets=20wifi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/etc/sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/etc/sudoers b/Python/etc/sudoers index 29fb47d..4b1c27f 100644 --- a/Python/etc/sudoers +++ b/Python/etc/sudoers @@ -64,6 +64,7 @@ if has("users"): print "RESPBATS ALL=(respbats%s) NOPASSWD: /usr/scripts/gestion/whos.py,/usr/scripts/gestion/whos_lc.py,/usr/scripts/utils/chambre.py,/usr/scripts/utils/stats_cableurs.py,/usr/scripts/gestion/tools/whokfet.py" % (addit) print "RESPBATS ALL=(respbats%s) NOPASSWD: /usr/scripts/gestion/tools/whosthere.py dalembert" % (addit) print "RESPBATS ALL=(respbats%s) /usr/scripts/gestion/ressuscite.py" % (addit) + print "RESPBATS ALL=(respbats%s) /usr/scripts/cransticket/dump_creds.py" % (addit) @# Pour ne pas louper des .forward pour des questions de droits de lecture print "RESPBATS ALL=(root%s) NOPASSWD: /usr/scripts/admin/mail_invalide/mail_invalide.py" % (addit)