summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrior001 <jriordan001@gmail.com>2018-05-09 22:55:00 -0400
committerMichael Bestas <mkbestas@lineageos.org>2018-05-21 19:55:14 +0300
commit9a874d6154e5c8f64d6db6e28c698fd40e83d8a3 (patch)
tree4afe33ca07b6e1b3c5865f403e4b67111e110722
parent912ef43f9b198e12f9734fb01001b4178e84c880 (diff)
downloadandroid_device_qcom_sepolicy-9a874d6154e5c8f64d6db6e28c698fd40e83d8a3.tar.gz
android_device_qcom_sepolicy-9a874d6154e5c8f64d6db6e28c698fd40e83d8a3.tar.bz2
android_device_qcom_sepolicy-9a874d6154e5c8f64d6db6e28c698fd40e83d8a3.zip
sepolicy: allow vold to read persist dirs
Change-Id: Ibff5485fcaebc181d9aa17fcea38cf4ae3146193
-rwxr-xr-xcommon/vold.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/vold.te b/common/vold.te
index 48411ebf..c64372b9 100755
--- a/common/vold.te
+++ b/common/vold.te
@@ -10,3 +10,5 @@ allow vold cache_recovery_file:file create_file_perms;
allow vold { proc_sysrq proc_dirty_ratio }:file rw_file_perms;
wakelock_use(vold)
allow vold swap_block_device:blk_file r_file_perms;
+
+allow vold persist_file:dir r_dir_perms;