OpenSearch/modules/transport-netty4
Tim Brooks f4270f9914 Wrap netty accept/connect ops with doPrivileged (#22572)
This is related to #22116. netty channels require socket `connect` and
`accept` privileges. Netty does not currently wrap these operations
with `doPrivileged` blocks. These changes extend the netty channels
and wrap calls to the relevant super methods in doPrivileged blocks.
2017-01-13 14:27:09 -06:00
..
licenses Upgrade to Netty 4.1.7 2017-01-12 10:58:21 -05:00
src Wrap netty accept/connect ops with doPrivileged (#22572) 2017-01-13 14:27:09 -06:00
build.gradle Upgrade to Netty 4.1.7 2017-01-12 10:58:21 -05:00