Update error on ROM 9394459

Bug: 262315567
Test: scanBugreport
Change-Id: I0474a4ad026300836e533f795db5030ff1f44e59
This commit is contained in:
Adam Shih 2022-12-13 02:00:20 +00:00
parent a0e1ac65e8
commit 87d1f92ee9

View file

@ -16,3 +16,9 @@ dontaudit hal_power_default hal_fingerprint_default:binder { transfer };
dontaudit hal_power_default hal_camera_default:binder { transfer };
# b/262178497
dontaudit hal_power_default sysfs_fabric:file { read };
# b/262315567
dontaudit hal_power_default sysfs:file { getattr };
dontaudit hal_power_default sysfs:file { read };
dontaudit hal_power_default sysfs_display:file { getattr };
dontaudit hal_power_default sysfs_display:file { read };
dontaudit hal_power_default sysfs_fabric:file { getattr };