Skip to content
  • Nick Mathewson's avatar
    Use SCMP_CMP_MASKED_EQ to allow flags, not force them · 69eb2788
    Nick Mathewson authored
    Older versions of Libevent are happy to open SOCK_DGRAM sockets
    non-cloexec and non-nonblocking, and then set those flags
    afterwards. It's nice to be able to allow a flag to be on or off in
    the sandbox without having to enumerate all its values.
    
    Also, permit PF_INET6 sockets. (D'oh!)
    69eb2788