aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/ccci_rpcd.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/ccci_rpcd.te')
-rw-r--r--sepolicy/ccci_rpcd.te34
1 files changed, 34 insertions, 0 deletions
diff --git a/sepolicy/ccci_rpcd.te b/sepolicy/ccci_rpcd.te
new file mode 100644
index 0000000..accd85f
--- /dev/null
+++ b/sepolicy/ccci_rpcd.te
@@ -0,0 +1,34 @@
+# ==============================================
+# Policy File of /system/binccci_fsd Executable File
+
+
+# ==============================================
+# Type Declaration
+# ==============================================
+
+type ccci_rpcd_exec, exec_type, file_type;
+type ccci_rpcd, domain;
+
+# ==============================================
+# Android Policy Rule
+# ==============================================
+
+# ==============================================
+# NSA Policy Rule
+# ==============================================
+
+# ==============================================
+# MTK Policy Rule
+# ==============================================
+
+#permissive ccci_rpcd;
+init_daemon_domain(ccci_rpcd)
+#unconfined_domain(ccci_rpcd)
+
+wakelock_use(ccci_rpcd)
+#============= ccci_rpcd ==============
+allow ccci_rpcd ccci_device:chr_file rw_file_perms;
+allow ccci_rpcd block_device:dir search;
+allow ccci_rpcd platformblk_device:dir search;
+allow ccci_rpcd platformblk_device:blk_file { open read write };
+allow ccci_rpcd misc2_device:chr_file { open read write };