diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-28 23:50:06 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-29 00:43:48 +0100 |
commit | 6c1c200387e2cd7808ce674c6bed0aaf000b1c9f (patch) | |
tree | a452ff889331d1db24762a0869f014461c3ea0e3 /sepolicy/file_contexts | |
parent | 383eabacae4e4e74d32fd415c26db134964b2fb3 (diff) |
z2_plus: Fix mac address
* Let's ensure that wlan_mac.bin exists in persist partition and
is valid, otherwise WiFi MAC address is randomized on every boot
because qca_cld can't properly read it
Change-Id: I82d66b84104802eaa1becdc72a1aec5fd185e5fa
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index affd4b0..65154cf 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -28,3 +28,4 @@ /sys/kernel/debug/rmt_storage/rmts u:object_r:debugfs_rmts:s0 /system/bin/ifaadaemon u:object_r:ifaadaemon_exec:s0 +/system/bin/readmac u:object_r:readmac_exec:s0 |