Skip to content
Snippets Groups Projects
Commit d5bfe93e authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Fix rild policy to accomodate minijail

am: e3327427

* commit 'e3327427':
  Fix rild policy to accomodate minijail

Change-Id: I6d4e487c07f9de821d11ebee8988fa6f79ff1b27
parents a8f65aa1 e3327427
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ init_daemon_domain(rild)
net_domain(rild)
allow rild self:netlink_route_socket nlmsg_write;
allow rild kernel:system module_request;
allow rild self:capability { setuid net_admin net_raw };
allow rild self:capability { setpcap setgid setuid net_admin net_raw };
allow rild alarm_device:chr_file rw_file_perms;
allow rild cgroup:dir create_dir_perms;
allow rild radio_device:chr_file rw_file_perms;
......
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