summaryrefslogtreecommitdiffstats
path: root/selinux/domain.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/domain.te')
-rw-r--r--selinux/domain.te8
1 files changed, 8 insertions, 0 deletions
diff --git a/selinux/domain.te b/selinux/domain.te
new file mode 100644
index 0000000..24e0951
--- /dev/null
+++ b/selinux/domain.te
@@ -0,0 +1,8 @@
+## /dev/mali, /dev/ump
+allow domain mali_device:chr_file rw_file_perms;
+
+## /dev/rfkill for wpa_supp
+allow wpa rfkill_device:chr_file rw_file_perms;
+
+## Firmwares
+allow ueventd { firmware_mfc }:file r_file_perms;