diff options
-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 |