From 8f0313215eb8643c71a692cc2318a1440d1ab0a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 16 Feb 2016 18:36:09 +0100 Subject: selinux: allow rild access to sysfs_radio and let system_server open the wifi firmware This makes RIL and wifi work with SELinux in enforcing mode also remove rules for the proprietary cbd Signed-off-by: Wolfgang Wiedmeyer --- selinux/rild.te | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selinux/rild.te') diff --git a/selinux/rild.te b/selinux/rild.te index 5da4924..d40aae8 100644 --- a/selinux/rild.te +++ b/selinux/rild.te @@ -18,3 +18,5 @@ allow rild efs_file:file { read open write setattr }; allow rild efs_device_file:dir create_dir_perms; allow rild efs_device_file:file { setattr create create_file_perms }; + +allow rild sysfs_radio:file { read write open }; -- cgit v1.1