mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
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 <micha@dietpi.com>
This commit is contained in:
parent
7b8611ced0
commit
d7bac21149
1 changed files with 0 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue