aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-07-12 13:26:15 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2012-07-12 13:26:15 -0400
commit1c7351652c69bc571b8edfa4a8874b58c73568aa (patch)
treed0310de1ebec43e8531ab526a687ec9a4005d258 /vold.te
parentc331d0fefaec9e4b29847731d4a864aa44b1899f (diff)
downloadandroid_external_sepolicy-1c7351652c69bc571b8edfa4a8874b58c73568aa.tar.gz
android_external_sepolicy-1c7351652c69bc571b8edfa4a8874b58c73568aa.tar.bz2
android_external_sepolicy-1c7351652c69bc571b8edfa4a8874b58c73568aa.zip
Address various denials introduced by JB/4.1.
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 403771f..86dbbb7 100644
--- a/vold.te
+++ b/vold.te
@@ -53,7 +53,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 { write create add_name mounton };
+allow vold system_data_file:dir { open read write create add_name mounton };
# Property Service
allow vold vold_prop:property_service set;