commit | 7de339a16a08bc3d3221bc8ff033163d04017292 | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Thu May 09 17:33:49 2013 -0700 |
committer | Alex Klyubin <klyubin@google.com> | Thu May 09 17:33:49 2013 -0700 |
tree | 12c8c0a8a02ad31e5365705ef626ce4676e9189d | |
parent | 77ec892be6b59e2808cc4c3472bf179d33851ebe [diff] |
SELinux policy: let vold create /data/tmp_mnt Change-Id: I40f3ccd9813e0a337ced0a44e686ab489277d78b
diff --git a/vold.te b/vold.te index 26532c1..297787d 100644 --- a/vold.te +++ b/vold.te
@@ -56,7 +56,7 @@ 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;