From: Steve Rosiak Date: Fri, 5 Feb 2016 13:37:39 +0000 (+0100) Subject: fbb - tobias.gutknecht doesnt need tail -f in sudo anymore X-Git-Tag: v0.1.0~5411^2~15 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=888cd052beff69ef3ef49ee7976e2d7ad4155ab3;p=pixelpark%2Fhiera.git fbb - tobias.gutknecht doesnt need tail -f in sudo anymore --- diff --git a/customer/fbb/production.yaml b/customer/fbb/production.yaml index e87991db..70f34b67 100644 --- a/customer/fbb/production.yaml +++ b/customer/fbb/production.yaml @@ -107,6 +107,5 @@ sudo::configs: priority: "10" content: | Defaults:tobias.gutknecht logfile=/home/tobias.gutknecht/sudo.log - Cmnd_Alias MODSECURITY = /usr/bin/tail -F /www/logs/security/audit.log Cmnd_Alias APACHECHECKNRELOAD = /www/bin/www2 check && /www/bin/www2 reload - tobias.gutknecht ALL=(ALL) NOPASSWD:MODSECURITY, APACHECHECKNRELOAD + tobias.gutknecht ALL=(ALL) NOPASSWD:APACHECHECKNRELOAD diff --git a/customer/fbb/test.yaml b/customer/fbb/test.yaml index f198b96a..6ff1f5d8 100644 --- a/customer/fbb/test.yaml +++ b/customer/fbb/test.yaml @@ -135,6 +135,5 @@ sudo::configs: priority: "10" content: | Defaults:tobias.gutknecht logfile=/home/tobias.gutknecht/sudo.log - Cmnd_Alias MODSECURITY = /usr/bin/tail -F /www/logs/security/audit.log Cmnd_Alias APACHECHECKNRELOAD = /www/bin/www2 check && /www/bin/www2 reload - tobias.gutknecht ALL=(ALL) NOPASSWD:MODSECURITY, APACHECHECKNRELOAD + tobias.gutknecht ALL=(ALL) NOPASSWD:APACHECHECKNRELOAD