aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2013-05-09 17:33:49 -0700
committerAlex Klyubin <klyubin@google.com>2013-05-09 17:33:49 -0700
commit7de339a16a08bc3d3221bc8ff033163d04017292 (patch)
tree12c8c0a8a02ad31e5365705ef626ce4676e9189d /vold.te
parent77ec892be6b59e2808cc4c3472bf179d33851ebe (diff)
downloadandroid_external_sepolicy-7de339a16a08bc3d3221bc8ff033163d04017292.tar.gz
android_external_sepolicy-7de339a16a08bc3d3221bc8ff033163d04017292.tar.bz2
android_external_sepolicy-7de339a16a08bc3d3221bc8ff033163d04017292.zip
SELinux policy: let vold create /data/tmp_mnt
Change-Id: I40f3ccd9813e0a337ced0a44e686ab489277d78b
Diffstat (limited to 'vold.te')
-rw-r--r--vold.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/vold.te b/vold.te
index 26532c1..297787d 100644
--- a/vold.te
+++ b/vold.te
@@ -56,7 +56,7 @@ allow vold kernel:system module_request;
allow vold proc:file write;
# Create and mount on /data/tmp_mnt.
-allow vold system_data_file:dir { rw_dir_perms mounton };
+allow vold system_data_file:dir { create rw_dir_perms mounton };
# Set scheduling policy of kernel processes
allow vold kernel:process setsched;