hal_health_default: updated sepolicy
This allows the android.hardware.health service to access AIDL Stats service Bug: 249827340 Test: Build, flash, boot & and logcat | grep "avc" Change-Id: I45512225f11a0e3b06721f40e2355924188f703f
This commit is contained in:
parent
8bc677159f
commit
f6826e0904
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ set_prop(hal_health_default, vendor_battery_defender_prop)
|
||||||
allow hal_health_default sysfs_scsi_devices_0000:dir r_dir_perms;
|
allow hal_health_default sysfs_scsi_devices_0000:dir r_dir_perms;
|
||||||
allow hal_health_default sysfs_scsi_devices_0000:file rw_file_perms;
|
allow hal_health_default sysfs_scsi_devices_0000:file rw_file_perms;
|
||||||
|
|
||||||
|
allow hal_health_default fwk_stats_service:service_manager find;
|
||||||
|
binder_use(hal_health_default)
|
||||||
|
|
||||||
allow hal_health_default sysfs_wlc:dir search;
|
allow hal_health_default sysfs_wlc:dir search;
|
||||||
allow hal_health_default sysfs_batteryinfo:file w_file_perms;
|
allow hal_health_default sysfs_batteryinfo:file w_file_perms;
|
||||||
allow hal_health_default sysfs_thermal:dir search;
|
allow hal_health_default sysfs_thermal:dir search;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue