summaryrefslogtreecommitdiffstats
path: root/selinux/device.te
diff options
context:
space:
mode:
authorrogersb11 <brettrogers11@gmail.com>2015-10-08 08:54:45 -0400
committerrogersb11 <brettrogers11@gmail.com>2015-10-08 08:59:49 -0400
commit8e368fa918f244e214ee8bd53ce332ce6ad74663 (patch)
treeb45df79c017e84f0cef6a28bf451eadf6191e35b /selinux/device.te
parent34bd90250533d2ecfbf74ffd0bb536f7f26cebd4 (diff)
downloaddevice_samsung_t0lte-8e368fa918f244e214ee8bd53ce332ce6ad74663.tar.gz
device_samsung_t0lte-8e368fa918f244e214ee8bd53ce332ce6ad74663.tar.bz2
device_samsung_t0lte-8e368fa918f244e214ee8bd53ce332ce6ad74663.zip
Remove device specific SEPolicy
Change-Id: Icf65691f123dd940cd86a26c7e355adf4a4b8f29
Diffstat (limited to 'selinux/device.te')
-rw-r--r--selinux/device.te27
1 files changed, 0 insertions, 27 deletions
diff --git a/selinux/device.te b/selinux/device.te
deleted file mode 100644
index e4cec2d..0000000
--- a/selinux/device.te
+++ /dev/null
@@ -1,27 +0,0 @@
-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;