aboutsummaryrefslogtreecommitdiffstats
path: root/rild.te
diff options
context:
space:
mode:
authorWilliam Roberts <bill.c.roberts@gmail.com>2012-06-25 12:24:29 -0700
committerStephen Smalley <sds@tycho.nsa.gov>2012-06-27 08:45:51 -0400
commit56ad8c7322c6911422cfb55d3bc514c6331dc039 (patch)
tree37cb827dabe7a269f919823e44e7f84fbaf4645b /rild.te
parent70d4fc2243721a54cd177959e05cf81b54c4e226 (diff)
downloadandroid_external_sepolicy-56ad8c7322c6911422cfb55d3bc514c6331dc039.tar.gz
android_external_sepolicy-56ad8c7322c6911422cfb55d3bc514c6331dc039.tar.bz2
android_external_sepolicy-56ad8c7322c6911422cfb55d3bc514c6331dc039.zip
This patch fixes rild trying to access the bluetooth efs dir with read
perms.
Diffstat (limited to 'rild.te')
-rw-r--r--rild.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/rild.te b/rild.te
index 85c85a5..033fc84 100644
--- a/rild.te
+++ b/rild.te
@@ -19,6 +19,7 @@ allow rild efs_file:dir create_dir_perms;
allow rild efs_file:file create_file_perms;
allow rild shell_exec:file rx_file_perms;
allow rild bluetooth_efs_file:file r_file_perms;
+allow rild bluetooth_efs_file:dir r_dir_perms;
allow rild radio_data_file:dir r_dir_perms;
allow rild radio_data_file:file rw_file_perms;
allow rild radio_device:lnk_file r_file_perms;