sm6225-common: sepolicy: Initial import sepolicy

Change-Id: Id0975fa225f837ae4ef4d6795e7a479caf09dc2b
Signed-off-by: ReStranger <restranger@disroot.org>
diff --git a/sepolicy/vendor/stflashtool.te b/sepolicy/vendor/stflashtool.te
new file mode 100644
index 0000000..a5feae0
--- /dev/null
+++ b/sepolicy/vendor/stflashtool.te
@@ -0,0 +1,10 @@
+type stflashtool, domain;
+type stflashtool_exec, exec_type, vendor_file_type, file_type;
+
+init_daemon_domain(stflashtool)
+
+allow stflashtool nfc_device:chr_file {ioctl read write getattr lock append map open watch watch_reads};
+
+get_prop(stflashtool, vendor_radio_prop)
+get_prop(stflashtool, vendor_nfc_prop)
+set_prop(stflashtool, vendor_nfc_prop)