Allow chre to communicate with fwk_stats_service. am: 7f89d68af2
am: 300c77c7ad
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/18184949 Change-Id: I77f7121aba052409891cf9635f829cd9c66705e1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
417f7069c4
1 changed files with 5 additions and 1 deletions
|
@ -17,4 +17,8 @@ usf_low_latency_transport(chre)
|
|||
|
||||
# Allow CHRE to talk to the WiFi HAL
|
||||
allow chre hal_wifi_ext:binder { call transfer };
|
||||
allow chre hal_wifi_ext_hwservice:hwservice_manager find;
|
||||
allow chre hal_wifi_ext_hwservice:hwservice_manager find;
|
||||
|
||||
# Allow CHRE host to talk to stats service
|
||||
allow chre fwk_stats_service:service_manager find;
|
||||
binder_call(chre, stats_service_server)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue