Skip to content

Nginx: master process as root

Compare
Choose a tag to compare
@bryanlatten bryanlatten released this 24 Feb 20:42
· 72 commits to master since this release

Removing /dev/stdout hacks in order to make completely unprivileged nginx work. This is deemed an unnecessary precaution for its master process, which is then further mitigated with Docker's user namespaces going forward.

Works around:

Container is now verified to run in Docker 1.12+ with user namespaces enabled and selinux in enforcing mode