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

Fix rild policy to accomodate minijail am: e3327427

am: d5bfe93e

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

Change-Id: Id65ff798b13903242446c27406cda10f3e02dd99
parents 0bc35bd3 d5bfe93e
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