1 o Minor bugfixes (sandboxing):
2 - If we did not find a non-private IPaddress by iterating over
3 interfaces, we would try to get one via
4 get_interface_address6_via_udp_socket_hack(). This opens a
5 datagram socket with IPPROTO_UDP. Previously all our datagram
6 sockets (via libevent) used IPPROTO_IP, so we did not have that
7 in the sandboxing whitelist. Add (SOCK_DGRAM, IPPROTO_UDP)
8 sockets to the sandboxing whitelist. Fixes bug 19660.