summaryrefslogtreecommitdiffstats
path: root/selinux/device.te
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2014-12-05 14:23:09 -0500
committersbrissen <sbrissen@hotmail.com>2015-01-16 08:28:01 -0500
commit7cfabc06fd5b18931b51a92d8ee1a586c81328fc (patch)
tree390cd7ed61c189505a3eaa07991df0a87afbb775 /selinux/device.te
parentdbddb2275770dcf4e7a27c12607881694fbcc507 (diff)
downloaddevice_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.tar.gz
device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.tar.bz2
device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.zip
t0lte: initial L bring up
-selinux policies still need work -switch fstab to by-name Change-Id: I397931d0aa2ea7887774007acf40c9f03e66fb14
Diffstat (limited to 'selinux/device.te')
-rw-r--r--selinux/device.te23
1 files changed, 23 insertions, 0 deletions
diff --git a/selinux/device.te b/selinux/device.te
index c95050b..e4cec2d 100644
--- a/selinux/device.te
+++ b/selinux/device.te
@@ -1,4 +1,27 @@
type mali_device, dev_type, mlstrustedobject;
+type mfc_device, dev_type;
type rfkill_device, dev_type;
+type wlan_device, dev_type;
+type modem_block_device, dev_type;
type diagnostic_device, dev_type;
type efs_block_device, dev_type;
+type mmc_block_device, dev_type;
+
+#SSR device
+type ssr_device, dev_type;
+
+#device type for smd device nodes, ie /dev/smd*
+type smd_device, dev_type;
+
+#Define the hsic device
+type hsic_device, dev_type;
+
+#Define the mhi device
+type mhi_device, dev_type;
+
+#Define the logging device type
+type diag_device, dev_type;
+type smem_log_device, dev_type;
+
+#Define rct device type for time daemon
+type rtc_device, dev_type;