From d7bac2114976d219dbf09ce414ca263b0b83b5d8 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 24 Mar 2020 11:40:37 +0100 Subject: [PATCH] Dot not add pihole user to web server group This is and was never required and the pihole user does in fact not get any additional permissions through that group. Signed-off-by: MichaIng --- automated install/basic-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 14c68250..ad226ce9 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1933,8 +1933,6 @@ installPihole() { # Repair permissions if /var/www/html is not world readable chmod a+rx /var/www chmod a+rx /var/www/html - # Give pihole access to the Web server group - usermod -a -G ${LIGHTTPD_GROUP} pihole # Give lighttpd access to the pihole group so the web interface can # manage the gravity.db database usermod -a -G pihole ${LIGHTTPD_USER}