OSDN Git Service

[DO NOT MERGE] btif/osi: move I/O to OSI layer. disable for multi-user.
authorMartin Brabham <optedoblivion@google.com>
Mon, 25 Feb 2019 22:40:33 +0000 (14:40 -0800)
committerMartin Brabham <optedoblivion@google.com>
Mon, 11 Mar 2019 21:33:52 +0000 (21:33 +0000)
commite689266be5f841e601a614bfc13daaa31f9c0ce2
treef0fcda77cfe4a704d4c7c9c68e801c2a91d1cc4c
parent8fce4bca61aaf8d0b364daf9108c7a06789e556c
[DO NOT MERGE] btif/osi: move I/O to OSI layer. disable for multi-user.

Two issues here.
    One, read/write/modify/remove access to the checksum by the secondary user.
    Two, Fail to access keystore with secondary user stack running (stack doesn't run as UID 1002)

Bug: 117993149
Test: atest net_test_btif net_test_bluetooth net_test_osi
Change-Id: I7af452e00a4f342f1c49006e86488b59195b70ce
Merged-In: I7af452e00a4f342f1c49006e86488b59195b70ce
btif/include/btif_keystore.h
btif/src/btif_config.cc
btif/src/btif_keystore.cc
btif/test/btif_keystore_test.cc
osi/include/config.h
osi/src/config.cc
osi/test/config_test.cc