aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-10-14 13:00:12 -0700
committerNick Kralevich <nnk@google.com>2013-10-14 13:00:12 -0700
commitd045e564aa17997e9fc222d689597b54a6ee101f (patch)
tree06c2ae6fb65177e92857040a1d2b036cbf70df02 /vold.te
parentd6785b7d5f175da1f534e094f366b83986836900 (diff)
downloadandroid_external_sepolicy-d045e564aa17997e9fc222d689597b54a6ee101f.tar.gz
android_external_sepolicy-d045e564aa17997e9fc222d689597b54a6ee101f.tar.bz2
android_external_sepolicy-d045e564aa17997e9fc222d689597b54a6ee101f.zip
Partially revert 4fc702eccf2c427a44da4b02342250094ab61192.
It's questionable whether this change is actually needed, and it only affects one user (who's /data partition was created oddly). Revert it for now (in master) to see if we get more reports of this bug. Bug: 11149726 Change-Id: I9b5408306b55653b2b9d43e68e7c771b72662649
Diffstat (limited to 'vold.te')
-rw-r--r--vold.te1
1 files changed, 0 insertions, 1 deletions
diff --git a/vold.te b/vold.te
index 1fce7bd..25e586a 100644
--- a/vold.te
+++ b/vold.te
@@ -50,7 +50,6 @@ allow vold efs_file:file rw_file_perms;
# Create and mount on /data/tmp_mnt.
allow vold system_data_file:dir { create rw_dir_perms mounton };
-allow vold system_data_file:file create_file_perms;
# Set scheduling policy of kernel processes
allow vold kernel:process setsched;