summaryrefslogtreecommitdiffstats
path: root/msm8x26
diff options
context:
space:
mode:
Diffstat (limited to 'msm8x26')
-rw-r--r--msm8x26/Android.mk3
-rw-r--r--msm8x26/qseecomd.te6
2 files changed, 7 insertions, 2 deletions
diff --git a/msm8x26/Android.mk b/msm8x26/Android.mk
index c750eef7..09bbd962 100644
--- a/msm8x26/Android.mk
+++ b/msm8x26/Android.mk
@@ -1,2 +1 @@
-BOARD_SEPOLICY_DIRS := \
- device/qcom/sepolicy/$(TARGET_BOARD_PLATFORM) \ No newline at end of file
+ BOARD_SEPOLICY_UNION += \
diff --git a/msm8x26/qseecomd.te b/msm8x26/qseecomd.te
new file mode 100644
index 00000000..049367c3
--- /dev/null
+++ b/msm8x26/qseecomd.te
@@ -0,0 +1,6 @@
+userdebug_or_eng(`
+ # Playready should be able to create/delete dir under /data/data
+ # Securemm should be able to create/delete dir under /data/misc
+ allow tee system_data_file:dir create_dir_perms;
+ allow tee system_data_file:file create_file_perms;
+')