summaryrefslogtreecommitdiffstats
path: root/apq8084
diff options
context:
space:
mode:
authorDivya Sharma <c_shard@codeaurora.org>2015-06-26 10:56:47 -0700
committerDivya Sharma <c_shard@codeaurora.org>2015-06-26 11:15:16 -0700
commitd39bae03f9cc053073c33d6a2a045fc581c19195 (patch)
tree613df3d2c6f10f38c68d29fb344302445ab6f980 /apq8084
parent441bad4f456ab96ac64d10a508d2a42ab8e0b365 (diff)
downloadandroid_device_qcom_sepolicy-d39bae03f9cc053073c33d6a2a045fc581c19195.tar.gz
android_device_qcom_sepolicy-d39bae03f9cc053073c33d6a2a045fc581c19195.tar.bz2
android_device_qcom_sepolicy-d39bae03f9cc053073c33d6a2a045fc581c19195.zip
Removing create/write permission from /data for all domains.
Change-Id: I5a4f66a8c29770d9bc2220a9302b8d6496f40ad5
Diffstat (limited to 'apq8084')
-rw-r--r--apq8084/qseecomd.te6
1 files changed, 0 insertions, 6 deletions
diff --git a/apq8084/qseecomd.te b/apq8084/qseecomd.te
deleted file mode 100644
index 049367c3..00000000
--- a/apq8084/qseecomd.te
+++ /dev/null
@@ -1,6 +0,0 @@
-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;
-')