diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-02-16 18:36:09 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-02-16 18:36:31 +0100 |
commit | 8f0313215eb8643c71a692cc2318a1440d1ab0a9 (patch) | |
tree | 1fb1b67118879fcb6a9689a0b8cbde7d68f44f80 /selinux/file_contexts | |
parent | b58a574578f1f5a268d498638352a0680d459024 (diff) | |
download | device_samsung_i9300-8f0313215eb8643c71a692cc2318a1440d1ab0a9.zip device_samsung_i9300-8f0313215eb8643c71a692cc2318a1440d1ab0a9.tar.gz device_samsung_i9300-8f0313215eb8643c71a692cc2318a1440d1ab0a9.tar.bz2 |
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 <wolfgit@wiedmeyer.de>
Diffstat (limited to 'selinux/file_contexts')
-rw-r--r-- | selinux/file_contexts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selinux/file_contexts b/selinux/file_contexts index 6e54311..83f6559 100644 --- a/selinux/file_contexts +++ b/selinux/file_contexts @@ -10,7 +10,6 @@ /dev/umts_ipc0 u:object_r:radio_device:s0 /dev/umts_ramdump0 u:object_r:radio_device:s0 /dev/umts_rfs0 u:object_r:radio_device:s0 -/dev/__cbd_msg_ u:object_r:cbd_device:s0 /efs u:object_r:efs_device_file:s0 /data/misc/radio(/.*)? u:object_r:radio_data:s0 |