Defer creation of Unix socket until after setuid

This commit is contained in:
Jamie Nguyen
2015-11-13 13:57:11 +00:00
committed by Nick Mathewson
parent ec4ef68271
commit dcbfe46cd6
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
o Minor bug fixes:
- Defer creation of Unix sockets until after setuid. This avoids needing
CAP_CHOWN and CAP_FOWNER when using systemd's CapabilityBoundingSet, or
chown and fowner when using SELinux.