Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 243ba6ee authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 4e49ca46: am 124bbe39: am 9eca69b0: Merge "Create bluetooth stack aid for...

am 4e49ca46: am 124bbe39: am 9eca69b0: Merge "Create bluetooth stack aid for sharing gid between all bluetooth processes" into jb-mr1-dev

* commit '4e49ca46':
  Create bluetooth stack aid for sharing gid between all bluetooth processes
parents 23b3a05d 4e49ca46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@
#define AID_NET_ADMIN     3005  /* can configure interfaces and routing tables. */
#define AID_NET_BW_STATS  3006  /* read bandwidth statistics */
#define AID_NET_BW_ACCT   3007  /* change bandwidth statistics accounting */
#define AID_NET_BT_STACK  3008  /* bluetooth: access config files */

#define AID_MISC          9998  /* access to misc storage */
#define AID_NOBODY        9999
@@ -122,6 +123,7 @@ static const struct android_id_info android_ids[] = {
    { "diag",      AID_DIAG, },
    { "net_bt_admin", AID_NET_BT_ADMIN, },
    { "net_bt",    AID_NET_BT, },
    { "net_bt_stack",    AID_NET_BT_STACK, },
    { "sdcard_r",  AID_SDCARD_R, },
    { "sdcard_rw", AID_SDCARD_RW, },
    { "media_rw",  AID_MEDIA_RW, },
+1 −1
Original line number Diff line number Diff line
@@ -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