am 4caa9f39: Merge "Fix the file permissions of /data/misc/bluedroid/bt_config.conf" into mnc-dev
* commit '4caa9f39bb3415358dcb737d0eb9058c34192806': Fix the file permissions of /data/misc/bluedroid/bt_config.conf
This commit is contained in:
commit
233286f40b
|
@ -269,7 +269,10 @@ on post-fs-data
|
|||
# create basic filesystem structure
|
||||
mkdir /data/misc 01771 system misc
|
||||
mkdir /data/misc/adb 02750 system shell
|
||||
mkdir /data/misc/bluedroid 0770 bluetooth net_bt_stack
|
||||
mkdir /data/misc/bluedroid 02770 bluetooth net_bt_stack
|
||||
# Fix the access permissions and group ownership for 'bt_config.conf'
|
||||
chmod 0660 /data/misc/bluedroid/bt_config.conf
|
||||
chown bluetooth net_bt_stack /data/misc/bluedroid/bt_config.conf
|
||||
mkdir /data/misc/bluetooth 0770 system system
|
||||
mkdir /data/misc/keystore 0700 keystore keystore
|
||||
mkdir /data/misc/gatekeeper 0700 system system
|
||||
|
|
Loading…
Reference in New Issue