RESTRICT AUTOMERGE sepolicy: allow binder call for hal_power_stats and hal_bluetooth am: ccd9f49f2b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro-sepolicy/+/19928508 Change-Id: I8a7c73669d875d2e2ff4cf090307a20fb1022345 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0696f7c503
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ allow hal_bluetooth_synabtlinux hci_attach_dev:chr_file rw_file_perms;
|
|||
allow hal_bluetooth_synabtlinux hal_power_stats_vendor_service:service_manager find;
|
||||
add_hwservice(hal_bluetooth_synabtlinux, hal_bluetooth_coexistence_hwservice)
|
||||
vndbinder_use(hal_bluetooth_synabtlinux)
|
||||
binder_call(hal_bluetooth_synabtlinux, hal_power_stats_default)
|
||||
get_prop(hal_bluetooth_synabtlinux, boot_status_prop)
|
||||
|
||||
allow hal_bluetooth_synabtlinux sscoredump_vendor_data_crashinfo_file:dir create_dir_perms;
|
||||
allow hal_bluetooth_synabtlinux sscoredump_vendor_data_crashinfo_file:file create_file_perms;
|
||||
|
|
2
vendor/hal_power_stats_default.te
vendored
Normal file
2
vendor/hal_power_stats_default.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# getStateResidency AIDL callback for Bluetooth HAL
|
||||
binder_call(hal_power_stats_default, hal_bluetooth_synabtlinux)
|
Loading…
Add table
Add a link
Reference in a new issue