From 888cd052beff69ef3ef49ee7976e2d7ad4155ab3 Mon Sep 17 00:00:00 2001 From: Steve Rosiak Date: Fri, 5 Feb 2016 14:37:39 +0100 Subject: [PATCH] fbb - tobias.gutknecht doesnt need tail -f in sudo anymore --- customer/fbb/production.yaml | 3 +-- customer/fbb/test.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5