Skip to content
Snippets Groups Projects
Commit b6e88d2b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "rild: grant priv ioctl commands for udp sockets"

parents ab1976d1 df5abb19
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ type rild_exec, exec_type, file_type; ...@@ -4,6 +4,8 @@ type rild_exec, exec_type, file_type;
init_daemon_domain(rild) init_daemon_domain(rild)
net_domain(rild) net_domain(rild)
allowxperm rild self:udp_socket ioctl priv_sock_ioctls;
allow rild self:netlink_route_socket nlmsg_write; allow rild self:netlink_route_socket nlmsg_write;
allow rild kernel:system module_request; allow rild kernel:system module_request;
allow rild self:capability { setpcap setgid setuid net_admin net_raw }; allow rild self:capability { setpcap setgid setuid net_admin net_raw };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment