[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/file_contexts b/sepolicy/file_contexts
index 0723c8d..fab68a8 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -13,3 +13,12 @@
 /system/bin/sysinit u:object_r:sysinit_exec:s0
 /system/etc/init.d/90userinit u:object_r:userinit_exec:s0
 /data/local/userinit.sh u:object_r:userinit_data_exec:s0
+
+# mkfs
+/system/bin/mkfs\.exfat   u:object_r:mkfs_exec:s0
+/system/bin/mkfs\.f2fs    u:object_r:mkfs_exec:s0
+/system/bin/mkfs\.ntfs    u:object_r:mkfs_exec:s0
+
+# fsck
+/system/bin/fsck\.ntfs                          u:object_r:fsck_exec:s0
+/system/bin/mount\.exfat                         u:object_r:fsck_exec:s0