summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/file_contexts2
-rw-r--r--sepolicy/tinymix.te10
2 files changed, 5 insertions, 7 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index e151827..141d646 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -9,8 +9,6 @@
/sys/devices/platform/soc/900000.mdss u:object_r:sysfs_mdss:s0
/sys/devices/platform/soc/1a00000.mdss u:object_r:sysfs_mdss:s0
-/system/bin/tinymix u:object_r:tinymix_exec:s0
-
/(vendor|system/vendor)/lib(64)?/hw/gralloc\.gbm\.so u:object_r:same_process_hal_file:s0
/(vendor|system/vendor)/lib(64)?/libglapi\.so u:object_r:same_process_hal_file:s0
/(vendor|system/vendor)/lib(64)?/libdrm\.so u:object_r:same_process_hal_file:s0
diff --git a/sepolicy/tinymix.te b/sepolicy/tinymix.te
index 6e7ef54..3acb861 100644
--- a/sepolicy/tinymix.te
+++ b/sepolicy/tinymix.te
@@ -1,7 +1,7 @@
-type tinymix, domain;
-type tinymix_exec, exec_type, file_type;
+#type tinymix, domain;
+#type tinymix_exec, exec_type, file_type;
-init_daemon_domain(tinymix)
+#init_daemon_domain(tinymix)
-allow tinymix audio_device:chr_file { ioctl open read write };
-allow tinymix audio_device:dir search;
+#allow tinymix audio_device:chr_file { ioctl open read write };
+#allow tinymix audio_device:dir search;