diff options
author | Matthew Xie <mattx@google.com> | 2012-10-04 12:35:27 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-10-04 12:38:51 -0700 |
commit | 971153aa4a65c4fbc8d916c619a17d3912b2cb02 (patch) | |
tree | 3b5a96dbd674aea712598d0b6b37c328e13160fb /rootdir | |
parent | bc930eda3985cf50bb568aeb098cd0585d0c0ce0 (diff) | |
download | system_core-971153aa4a65c4fbc8d916c619a17d3912b2cb02.zip system_core-971153aa4a65c4fbc8d916c619a17d3912b2cb02.tar.gz system_core-971153aa4a65c4fbc8d916c619a17d3912b2cb02.tar.bz2 |
Create bluetooth stack aid for sharing gid between all bluetooth processes
bug 6925422
Change-Id: I8d371f8307dd6bea3909a56643819413ea829a98
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index e9abadd..106cae5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -195,7 +195,7 @@ 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 bluetooth + mkdir /data/misc/bluedroid 0770 bluetooth net_bt_stack mkdir /data/misc/bluetooth 0770 system system mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/keychain 0771 system system |