bug17562-defer-unix-socket-creation 301 B

12345
  1. o Minor features (unix permissions):
  2. - Defer creation of Unix sockets until after setuid. This avoids needing
  3. CAP_CHOWN and CAP_FOWNER when using systemd's CapabilityBoundingSet, or
  4. chown and fowner when using SELinux.
  5. Implements part of ticket 17562. Patch from Jamie Nguyen.