mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 11:27:36 +00:00
sepolicy: allow PowerStats HAL to call BT HAL
Bug: 205904367 Test: dump power stats with no relevant avc error Change-Id: Idc7ecbc7e3571011c8c12c421bdce0015e78135f Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
committed by
TreeHugger Robot
parent
13bd5ff5df
commit
a7e3b39ca4
@@ -1,5 +1,3 @@
|
||||
# b/205904367
|
||||
dontaudit hal_power_stats_default hal_bluetooth_btlinux:binder { call };
|
||||
# b/207062210
|
||||
dontaudit hal_power_stats_default sysfs:file { getattr };
|
||||
dontaudit hal_power_stats_default sysfs:file { open };
|
||||
|
||||
@@ -5,3 +5,6 @@ allow hal_power_stats_default sysfs_scsi_devices_0000:file r_file_perms;
|
||||
allow hal_power_stats_default sysfs_display:file r_file_perms;
|
||||
|
||||
r_dir_file(hal_power_stats_default, sysfs_leds)
|
||||
|
||||
# getStateResidency AIDL callback for Bluetooth HAL
|
||||
binder_call(hal_power_stats_default, hal_bluetooth_btlinux)
|
||||
|
||||
Reference in New Issue
Block a user