Allow Power Stats HAL to access EdgeTPU sysfs files. am: 6d6a7c96ab

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15162531

Change-Id: I3f590b13d415682fe01024812084308de9be404a
This commit is contained in:
Krzysztof Kosiński 2021-06-30 23:57:10 +00:00 committed by Automerger Merge Worker
commit 54a9267749

View file

@ -10,6 +10,9 @@ allow hal_power_stats_default odpm_config_file:file r_file_perms;
allow hal_power_stats_default sysfs_odpm:dir search;
allow hal_power_stats_default sysfs_odpm:file rw_file_perms;
allow hal_power_stats_default sysfs_edgetpu:dir search;
allow hal_power_stats_default sysfs_edgetpu:file r_file_perms;
binder_call(hal_power_stats_default, citadeld)
r_dir_file(hal_power_stats_default, sysfs_aoc)
r_dir_file(hal_power_stats_default, sysfs_cpu)