commit | ef907713b74820e157cf46be7dd6454ca1d83a9a | [log] [tgz] |
---|---|---|
author | Pawit Pornkitprasan <p.pawit@gmail.com> | Thu Nov 14 10:46:26 2013 +0700 |
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | Thu Nov 14 10:48:08 2013 +0700 |
tree | 1e3c5bde6d9057053be018a612b898827ef050ad | |
parent | 1b6aa84f9dceb291b195d786b96c7873981f6bca [diff] [blame] |
sepolicy: allow vold to create files on external sdcard This is required for ASEC support. Vold can already create and access directories, but do not yet have the permission for files. Change-Id: I5082bbff692e5dc53c7000e4b3a293e42d33f901
diff --git a/sepolicy/vold.te b/sepolicy/vold.te new file mode 100644 index 0000000..2451442 --- /dev/null +++ b/sepolicy/vold.te
@@ -0,0 +1,2 @@ +# Allow vold to manage ASEC +allow vold sdcard_external:file create_file_perms;