From 8d8ac23e55c865ce1d8f245f4ddea27792667688 Mon Sep 17 00:00:00 2001 From: forkbomb Date: Fri, 27 Nov 2015 23:53:05 +1100 Subject: i9300: M sepolicy bringup GPS fixes taken from grouper: https://github.com/CyanogenMod/android_device_asus_grouper/commit/9651b24fb481bf0fc1db3b1d700033cf66eb067e and https://github.com/CyanogenMod/android_device_asus_grouper/commit/f5592571d581478622f0fc3f86fbbddf20cf89c7 Change-Id: I7ec658691c65c3b6c087ee41ba69f2cb37ade525 --- selinux/file.te | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'selinux/file.te') diff --git a/selinux/file.te b/selinux/file.te index c686d2f..12b280a 100644 --- a/selinux/file.te +++ b/selinux/file.te @@ -5,3 +5,7 @@ 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