diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-16 15:17:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-16 22:03:10 -0400 |
commit | 69eb2788302aa96e7d37597c407e8f7da4e8a96f (patch) | |
tree | afba1d2443b9137c203e4afab8004891235e89fd /doc | |
parent | ce776cf2700e5bb484630bc287b31204162adfac (diff) | |
download | tor-69eb2788302aa96e7d37597c407e8f7da4e8a96f.tar tor-69eb2788302aa96e7d37597c407e8f7da4e8a96f.tar.gz |
Use SCMP_CMP_MASKED_EQ to allow flags, not force them
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!)
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions