summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2015-04-22 01:28:18 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2015-04-22 10:42:26 +0000
commit1ccdd65d0e1776743f2b6c4f8728e29dba432849 (patch)
treeea2a426c39229472ecfe1d2f517b9a8b4529f6a0
parent5f595f253188a41196f831b0c31225e1adc2eadf (diff)
downloadandroid_device_qcom_sepolicy-stable/cm-12.1-YOG3C.tar.gz
android_device_qcom_sepolicy-stable/cm-12.1-YOG3C.tar.bz2
android_device_qcom_sepolicy-stable/cm-12.1-YOG3C.zip
uncrypt needs to write to the BCBstable/cm-12.1-YOG3C
and in QC hardware, that's misc_partition... Change-Id: I1d2f5d11423f01435f17f0e6f5d418cc0ce30e9d
-rw-r--r--common/uncrypt.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/uncrypt.te b/common/uncrypt.te
new file mode 100644
index 00000000..8701a6dc
--- /dev/null
+++ b/common/uncrypt.te
@@ -0,0 +1,3 @@
+allow uncrypt misc_partition:blk_file w_file_perms;
+allow uncrypt misc_partition:dir r_dir_perms;
+