aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/vtservice.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/vtservice.te')
-rwxr-xr-xsepolicy/vtservice.te32
1 files changed, 32 insertions, 0 deletions
diff --git a/sepolicy/vtservice.te b/sepolicy/vtservice.te
new file mode 100755
index 0000000..8cd2600
--- /dev/null
+++ b/sepolicy/vtservice.te
@@ -0,0 +1,32 @@
+# ==============================================
+# Policy File of /system/binvtservice Executable File
+
+
+# ==============================================
+# Type Declaration
+# ==============================================
+
+type vtservice_exec , exec_type, file_type;
+type vtservice ,domain;
+
+# ==============================================
+# Android Policy Rule
+# ==============================================
+
+# ==============================================
+# NSA Policy Rule
+# ==============================================
+
+# ==============================================
+# MTK Policy Rule
+# ==============================================
+
+init_daemon_domain(vtservice)
+binder_use(vtservice)
+binder_call(vtservice, mediaserver)
+binder_service(vtservice)
+
+allow vtservice vtservice_service:service_manager add;
+#unix_socket_connect(vtservice, volte_imsvt1, volte_imcb)
+allow vtservice fuse:dir search;
+allow vtservice fuse:file { read write open };