Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate SocketPermissions to Netty #23057

Merged
merged 1 commit into from
Feb 9, 2017

Conversation

Tim-Brooks
Copy link
Contributor

Netty 4.1.8 wraps connect and accept operations in doPrivileged blocks.
This means that we not need to give permissions to the entire transport
module. Additionally this commit deletes PrivilegedNioSocketChannel
and PrivilegedNioServerSocketChannel.

Netty 4.1.8 wraps connect and accept operations in doPrivileged blocks.
This means that we not need to give permissions to the entire transport
module. Additionally this commit deletes the privileged socket channel
and privileged server socket chanel.
@Tim-Brooks Tim-Brooks changed the title Isolated SocketPermissions to Netty Isolate SocketPermissions to Netty Feb 8, 2017
Copy link
Member

@jasontedor jasontedor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Tim-Brooks Tim-Brooks merged commit a331405 into elastic:master Feb 9, 2017
@Tim-Brooks Tim-Brooks deleted the reduce_transport_permissions branch February 9, 2017 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Network Http and internode communication implementations >enhancement v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants