aboutsummaryrefslogtreecommitdiffstats
path: root/rild.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2014-02-25 13:50:56 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2014-02-25 21:26:08 +0000
commit0296b9434f3b933b37f67c143788f87cb80b3325 (patch)
treeefabafef1ccacd82b11d5557402c38f761060765 /rild.te
parent2c347e0a3676bb50cac796ca94eb6ab53c08fc87 (diff)
downloadandroid_external_sepolicy-0296b9434f3b933b37f67c143788f87cb80b3325.tar.gz
android_external_sepolicy-0296b9434f3b933b37f67c143788f87cb80b3325.tar.bz2
android_external_sepolicy-0296b9434f3b933b37f67c143788f87cb80b3325.zip
Move qemud and /dev/qemu policy bits to emulator-specific sepolicy.
Change-Id: I620d4aef84a5d4565abb1695db54ce1653612bce Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'rild.te')
-rw-r--r--rild.te2
1 files changed, 0 insertions, 2 deletions
diff --git a/rild.te b/rild.te
index ea4d34f..9c315d5 100644
--- a/rild.te
+++ b/rild.te
@@ -8,13 +8,11 @@ net_domain(rild)
allow rild self:netlink_route_socket nlmsg_write;
allow rild kernel:system module_request;
unix_socket_connect(rild, property, init)
-unix_socket_connect(rild, qemud, qemud)
allow rild self:capability { 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;
allow rild radio_device:blk_file r_file_perms;
-allow rild qemu_device:chr_file rw_file_perms;
allow rild mtd_device:dir search;
allow rild efs_file:dir create_dir_perms;
allow rild efs_file:file create_file_perms;