update error on ROM 8172195

Bug: 218934377
Bug: 218930975
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: I125453803e0c827c45ad9551616366b96cc89816
This commit is contained in:
Adam Shih 2022-02-11 10:12:57 +08:00 committed by TreeHugger Robot
parent 9cc70410c5
commit e01b568cfe
2 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,5 @@
# b/208909174
dontaudit hal_power_default hal_power_default:capability { dac_read_search };
# b/218934377
dontaudit hal_power_default sysfs:file { open };
dontaudit hal_power_default sysfs:file { write };

View file

@ -7,3 +7,6 @@ dontaudit hal_sensors_default sensor_reg_data_file:file { read };
dontaudit hal_sensors_default sysfs_leds:dir { search };
dontaudit hal_sensors_default sysfs_leds:file { open };
dontaudit hal_sensors_default sysfs_leds:file { read };
# b/218930975
dontaudit hal_sensors_default hal_graphics_composer_default:binder { call };
dontaudit hal_sensors_default hal_pixel_display_service:service_manager { find };