summaryrefslogtreecommitdiffstats
path: root/common/iop.te
diff options
context:
space:
mode:
authorAbhimanyu Garg <agarg@codeaurora.org>2016-05-22 19:16:10 -0700
committerAbhimanyu Garg <agarg@codeaurora.org>2016-08-11 13:56:39 -0700
commit698ba51ddd430d7c9fcc08830b05e20228555d37 (patch)
tree327a0620051e3f9e4e3284ca9dc231f6e696906d /common/iop.te
parent9402ebe2bcfbc33ea7ac50933ec60e200b43d281 (diff)
downloadandroid_device_qcom_sepolicy-698ba51ddd430d7c9fcc08830b05e20228555d37.tar.gz
android_device_qcom_sepolicy-698ba51ddd430d7c9fcc08830b05e20228555d37.tar.bz2
android_device_qcom_sepolicy-698ba51ddd430d7c9fcc08830b05e20228555d37.zip
sepolicy: iop, adding access permission for OAT files
adding OAT file access permission for IOP, these files are needed when application is updated. CRs-Fixed: 1051655 Change-Id: If8a266daf8e3953efb11bc592927641f360272dc
Diffstat (limited to 'common/iop.te')
-rw-r--r--common/iop.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/iop.te b/common/iop.te
index 5e739025..20ff39fc 100644
--- a/common/iop.te
+++ b/common/iop.te
@@ -31,6 +31,12 @@ allow dumpstate self:socket create_socket_perms;
r_dir_file( dumpstate, system_app_data_file );
allow dumpstate app_data_file:dir r_dir_perms;
allow dumpstate app_data_file:file r_file_perms ;
+allow dumpstate bluetooth_data_file:dir r_dir_perms;
+allow dumpstate bluetooth_data_file:file r_file_perms;
+allow dumpstate radio_data_file:dir r_dir_perms;
+allow dumpstate radio_data_file:file r_file_perms;
+allow dumpstate dalvikcache_data_file:file r_file_perms;
+allow dumpstate dalvikcache_data_file:dir r_dir_perms;
r_dir_file( dumpstate, appdomain );
r_dir_file( dumpstate, apk_data_file );