From c4265aceacf50158cc3855d4b037d0f7b9cf092c Mon Sep 17 00:00:00 2001 From: myko Date: Mon, 11 Nov 2013 12:20:23 +0530 Subject: N7100 - Added Selinux support Change-Id: I8272187a8bfafbe0185be40c65fa166f711d4f1f --- selinux/file.te | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 selinux/file.te (limited to 'selinux/file.te') diff --git a/selinux/file.te b/selinux/file.te new file mode 100644 index 0000000..2a01dac --- /dev/null +++ b/selinux/file.te @@ -0,0 +1,5 @@ +type firmware_mfc, file_type; +type firmware_camera, file_type; + +type camera_data_file, file_type, data_file_type; +type sensors_data_file, file_type, data_file_type; -- cgit v1.1 From a8579003813d7999546fd3cb3e167fef0cfbbb2a Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Thu, 10 Apr 2014 10:19:07 +0530 Subject: Update selinux With change http://review.cyanogenmod.org/62219 build fails because of duplicate definition. --- selinux/file.te | 1 - 1 file changed, 1 deletion(-) (limited to 'selinux/file.te') diff --git a/selinux/file.te b/selinux/file.te index 2a01dac..9d1d823 100644 --- a/selinux/file.te +++ b/selinux/file.te @@ -1,5 +1,4 @@ type firmware_mfc, file_type; type firmware_camera, file_type; -type camera_data_file, file_type, data_file_type; type sensors_data_file, file_type, data_file_type; -- cgit v1.1 From 562847a690e18c40459713eb9b0c0b9bcebb900d Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Thu, 15 May 2014 17:22:02 +0530 Subject: More SELinux updates Conflicts: selinux/file_contexts --- selinux/file.te | 1 + 1 file changed, 1 insertion(+) (limited to 'selinux/file.te') diff --git a/selinux/file.te b/selinux/file.te index 9d1d823..facc492 100644 --- a/selinux/file.te +++ b/selinux/file.te @@ -2,3 +2,4 @@ type firmware_mfc, file_type; type firmware_camera, file_type; type sensors_data_file, file_type, data_file_type; +type volume_data_file, file_type, data_file_type; -- cgit v1.1 From 0892f48f2f454ec19517c5b57b5836974b4483c3 Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Thu, 19 Nov 2015 23:27:29 +0530 Subject: n7100: remove selinux --- selinux/file.te | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 selinux/file.te (limited to 'selinux/file.te') diff --git a/selinux/file.te b/selinux/file.te deleted file mode 100644 index facc492..0000000 --- a/selinux/file.te +++ /dev/null @@ -1,5 +0,0 @@ -type firmware_mfc, file_type; -type firmware_camera, file_type; - -type sensors_data_file, file_type, data_file_type; -type volume_data_file, file_type, data_file_type; -- cgit v1.1 From 0bf7364ac512f26be0373bf8810bd5c2cdc5c99d Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Mon, 21 Dec 2015 21:36:04 +0530 Subject: n7100: Bring in Selinux for M * commits picked up from the i9300 device repo and made a few changes for n7100 credits to keepcalm444 --- selinux/file.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 selinux/file.te (limited to 'selinux/file.te') diff --git a/selinux/file.te b/selinux/file.te new file mode 100644 index 0000000..12b280a --- /dev/null +++ b/selinux/file.te @@ -0,0 +1,11 @@ +type firmware_mfc, file_type; +type firmware_exynos, file_type; + +type sensors_data_file, file_type, data_file_type; +type sysfs_display, fs_type, sysfs_type; + +type efs_device_file, file_type; +type radio_data, file_type; +type sysfs_radio, fs_type, sysfs_type; +type sysfs_sensor, fs_type, sysfs_type; +type cbd_device, dev_type; -- cgit v1.1