update error on ROM 9381955

Bug: 261783158
Bug: 261783107
Bug: 261783031
Bug: 261782930
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: Ia70ad5b6d7d67f244ffab1874ff255659251da0b
This commit is contained in:
Adam Shih 2022-12-08 09:45:04 +08:00
parent fe97b2df7a
commit 43a2adc630
4 changed files with 24 additions and 0 deletions

View file

@ -43,3 +43,14 @@ dontaudit hal_power_stats_default device:chr_file { open };
dontaudit hal_power_stats_default device:chr_file { read };
dontaudit hal_power_stats_default sysfs_acpm_stats:file { getattr };
dontaudit hal_power_stats_default sysfs_acpm_stats:file { open };
# b/261783107
dontaudit hal_power_stats_default device:chr_file { ioctl };
dontaudit hal_power_stats_default hal_bluetooth_btlinux:binder { call };
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:dir { search };
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:file { getattr };
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:file { open };
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:file { read };
dontaudit hal_power_stats_default sysfs_wifi:dir { search };
dontaudit hal_power_stats_default sysfs_wifi:file { getattr };
dontaudit hal_power_stats_default sysfs_wifi:file { open };
dontaudit hal_power_stats_default sysfs_wifi:file { read };