diff options
Diffstat (limited to 'selinux/device.te')
-rw-r--r-- | selinux/device.te | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/selinux/device.te b/selinux/device.te new file mode 100644 index 0000000..c95050b --- /dev/null +++ b/selinux/device.te @@ -0,0 +1,4 @@ +type mali_device, dev_type, mlstrustedobject; +type rfkill_device, dev_type; +type diagnostic_device, dev_type; +type efs_block_device, dev_type; |