[1/2] vendor: sepolicy: external sdcard rodeo

sepolicy changes required
and add all ntfs and exfat tools to build
big thanks to CM

Change-Id: I6b6581b4d6a9fc3ad200c4a6c63e265521f9859d
diff --git a/sepolicy/vold.te b/sepolicy/vold.te
index f77801f..14b4d34 100644
--- a/sepolicy/vold.te
+++ b/sepolicy/vold.te
@@ -6,9 +6,17 @@
 
 # Allow vold to manage ASEC
 allow vold sdcard_external:file create_file_perms;
+allow vold vold_tmpfs:file create_file_perms;
 
 # Allow vold to access fuse for fuse-based fs
 allow vold fuse_device:chr_file rw_file_perms;
 
 # NTFS-3g wants to drop permission
 allow vold self:capability { setgid setuid };
+
+# External storage
+allow vold storage_stub_file:dir { rw_file_perms search add_name };
+allow vold mnt_media_rw_stub_file:dir r_dir_perms;
+allow vold mkfs_exec:file { execute read open execute_no_trans };
+
+