diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-15 23:04:57 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | fd937e1907519421c9c396a04759913d842d661d (patch) | |
tree | 8792dfd214f3f9cda39ce5c25a0e43710461daec | |
parent | 3330d436df9eba7096c3d7647ff60a871d1591f5 (diff) |
shinano: sepolicy: Fix wifi related denials.
* Label FW path (for the communication with the kernel).
* Allow the HAL (Treble) service to read the FW files.
Change-Id: I50c43882bf1837e87cc4609de74caf4ed7aa78c5
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
-rw-r--r-- | sepolicy/file_contexts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 8a26f5e..f76d0bd 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -18,3 +18,5 @@ # Bluetooth /system/bin/brcm-uim-sysfs u:object_r:brcm_uim_exec:s0 +# WIFI +/sys/module/bcmdhd/parameters/firmware_path u:object_r:sysfs_wlan_fwpath:s0 |