summaryrefslogtreecommitdiffstats
path: root/selinux/file.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/file.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/file.te')
-rw-r--r--selinux/file.te20
1 files changed, 19 insertions, 1 deletions
diff --git a/selinux/file.te b/selinux/file.te
index 185b1c2..b711ab6 100644
--- a/selinux/file.te
+++ b/selinux/file.te
@@ -1,4 +1,4 @@
-type radio_efs_file, fs_type;
+type radio_efs_file, fs_type, contextmount_type;
type firmware_mfc, file_type;
type firmware_camera, file_type;
@@ -7,3 +7,21 @@ type qmuxd_socket, file_type;
type kickstart_data_file, file_type, data_file_type;
type sensors_data_file, file_type, data_file_type;
type volume_data_file, file_type, data_file_type;
+
+#File types required by mdm-helper
+type sysfs_esoc, sysfs_type, fs_type;
+type sysfs_ssr, sysfs_type, fs_type;
+type sysfs_ssr_toggle, sysfs_type, file_type;
+type sysfs_hsic, sysfs_type, fs_type;
+type sysfs_hsic_host_rdy, sysfs_type, file_type;
+
+#Define the timeout for platform specific transports
+type sysfs_hsic_modem_wait, sysfs_type, fs_type;
+type sysfs_smd_open_timeout, sysfs_type, fs_type;
+
+# Persist file types
+type persist_file, file_type;
+type persist_data_file, file_type;
+type persist_drm_file, file_type;
+type data_drm_file, file_type;
+