diff options
author | Alin Jerpelea <alin.jerpelea@sony.com> | 2018-09-10 13:20:05 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | 338ce8dc7034dc0480dae2e348ae91327bdf6027 (patch) | |
tree | 8ebc1584a314b836d7f82efcb5968d6bbd8a65d1 /rootdir | |
parent | 91cbc8f4f7f4f3983c49f3d08689a06664cda3fa (diff) |
move the bluetooth mac address to /data/vendor
This change is necessary for selinux permisisons
Change-Id: I67c3b1272ef147a440279d7f20418f1e268508d9
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 7b09c63..b84f7b8 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -375,6 +375,9 @@ on post-fs-data mkdir /data/vendor/wifi/wpa 0770 wifi wifi mkdir /data/vendor/wifi/wpa/sockets 0770 wifi wifi + # Create directory used by bluetooth subsystem + mkdir /data/vendor/bluetooth 2770 bluetooth bluetooth + # Provide the access to hostapd.conf only to root and group chmod 0660 /data/hostapd/hostapd.conf |