Update error on ROM 11213495

Bug: 316238807
Test: SELinuxUncheckedDenialBootTest
Change-Id: I07a1655ea915c3a189d6f0e2b2460c8f30db6c01
This commit is contained in:
Wilson Sung 2023-12-14 02:44:03 +00:00
parent 31e85f7c60
commit a74a2a8c46

View file

@ -1,4 +1,8 @@
# b/307468729 # b/307468729
userdebug_or_eng(` userdebug_or_eng(`
permissive hal_power_stats_default; permissive hal_power_stats_default;
') ')# b/316238807
dontaudit hal_power_stats_default sysfs_edgetpu:dir { search };
dontaudit hal_power_stats_default sysfs_edgetpu:file { getattr };
dontaudit hal_power_stats_default sysfs_edgetpu:file { open };
dontaudit hal_power_stats_default sysfs_edgetpu:file { read };