aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/domain.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/domain.te')
-rw-r--r--selinux/domain.te7
1 files changed, 4 insertions, 3 deletions
diff --git a/selinux/domain.te b/selinux/domain.te
index 1be0633..f55b780 100644
--- a/selinux/domain.te
+++ b/selinux/domain.te
@@ -1,4 +1,5 @@
-## /dev/mali, /dev/ump
-allow domain mali_device:chr_file rw_file_perms;
-
+allow domain kernel:system module_request;
+allow domain log_device:chr_file { write read open };
+allow domain log_device:dir search;
+type efs_device_file, dev_type; \ No newline at end of file