Merge "remove setuid SELinux capability for racoon."

This commit is contained in:
Treehugger Robot 2017-02-22 05:18:37 +00:00 committed by Gerrit Code Review
commit d68aae657e

View file

@ -15,7 +15,7 @@ allow racoon kernel:system module_request;
allow racoon self:key_socket create_socket_perms_no_ioctl;
allow racoon self:tun_socket create_socket_perms_no_ioctl;
allow racoon self:capability { net_admin net_bind_service net_raw setuid };
allow racoon self:capability { net_admin net_bind_service net_raw };
# XXX: should we give ip-up-vpn its own label (currently racoon domain)
allow racoon system_file:file rx_file_perms;