From 82667e47060223e68c51492be31ce7b4be699366 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sat, 4 Apr 2015 22:47:28 +0200 Subject: [PATCH] Ajout de www-data en nopasswd chown_impressions.sh --- Python/etc/sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/etc/sudoers b/Python/etc/sudoers index cf6d462..5b9cb4b 100644 --- a/Python/etc/sudoers +++ b/Python/etc/sudoers @@ -96,6 +96,7 @@ if has('arpwatch'): if has('intranet2-server'): print "www-data ALL=(root:ALL) NOPASSWD: /usr/local/bin/quota" + print "www-data ALL=(root) NOPASSWD: /usr/scripts/utils/chown_impressions.sh" # Inclusion de fichier locaux @