Ensure that when pihole-FTL is launched as user root, it will drop permissions as soon as this is possible. We tell pihole-FTL to change UID/GID to pihole:pihole instead of the default nobody:nogroup. This default causes conflicts with our SQLite3 database. See that corresponding pull request for further details.

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2394/head
DL6ER 6 years ago
parent 667c5138cc
commit 45bf4b02e7
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -24,6 +24,9 @@ addn-hosts=/etc/pihole/gravity.list
addn-hosts=/etc/pihole/black.list
addn-hosts=/etc/pihole/local.list
user=pihole
group=pihole
domain-needed
localise-queries

Loading…
Cancel
Save