mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-05-08 09:48:31 +01:00
138e061c17
- Add a new container environment variable allowing to specify the user to run the pihole-FTL process as. Defaults to root. - Set inherited capabilities attributes on the pihole-FTL file to automatically grant runtime permitted capabilities when available in the bounding set. This allows dropping root before starting pihole-FTL without failing with a permission error if the capabilities are not available to the container (the process may still error out if performing an operation requiring the capability). - Add some information on capabilities to the Readme file. Signed-off-by: Mathieu Hofman <86499+mhofman@users.noreply.github.com> Signed-off-by: Martin Buchleitner <mabunixda@gmail.com>