Add microdroid specific sepolicy

Microdroid will have a separate sepolicy, apart from the core policy.
This is the first step; For now it's a simple copy of system/sepolicy.
For the future work, it will be stripped.

Bug: 189165759
Test: boot microdroid and see selinux enforced
Change-Id: I2fee39f7231560b49c93bd5e8d0feeffada40938
diff --git a/microdroid/sepolicy/vendor/file.te b/microdroid/sepolicy/vendor/file.te
new file mode 100644
index 0000000..0b1fd74
--- /dev/null
+++ b/microdroid/sepolicy/vendor/file.te
@@ -0,0 +1,2 @@
+type hostapd_data_file, file_type, data_file_type;
+type wpa_data_file, file_type, data_file_type;