summaryrefslogtreecommitdiffstats
path: root/sepolicy/device.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/device.te')
-rw-r--r--sepolicy/device.te21
1 files changed, 21 insertions, 0 deletions
diff --git a/sepolicy/device.te b/sepolicy/device.te
new file mode 100644
index 0000000..ef8edbe
--- /dev/null
+++ b/sepolicy/device.te
@@ -0,0 +1,21 @@
+# Secure memory
+type secmem_device, dev_type;
+
+# Unified Memory Management
+type ump_device, dev_type;
+
+# Efs block device
+type efs_block_device, dev_type;
+
+# Rfkill device
+type rfkill_device, dev_type;
+
+# MFC device
+type mfc_device, dev_type;
+
+# Fm radio device
+type fm_radio_device, dev_type;
+
+# Gadget serial device
+type gadget_serial_device, dev_type;
+