mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-02-08 03:05:43 -05:00
![Daniel Micay](/assets/img/avatar_default.png)
This is required for it to create the /var directories it uses when the master process is running as root. It would be possible to run the nginx master process as non-root but it doesn't drop ambient capabilities when it spawns the workers so running the master process as non-root will end up giving the workers higher privileges due to them ending up getting the CAP_NET_BIND_SERVICE capability passed through.