Skip to content
  • Nick Mathewson's avatar
    Make unix sockets work with the linux seccomp2 sandbox again · dd7c9996
    Nick Mathewson authored
    I didn't want to grant blanket permissions for chmod() and chown(),
    so here's what I had to do:
       * Grant open() on all parent directories of a unix socket
       * Write code to allow chmod() and chown() on a given file only.
       * Grant chmod() and chown() on the unix socket.
    dd7c9996