Update avc error on ROM 8780665

Bug: 237491813
Bug: 237492145
Bug: 237491814
Bug: 237492146
Bug: 237492091
Test: PtsSELinuxTestCases
Change-Id: I615453d58ea17306ceefe6195bc95974de0f259b
This commit is contained in:
sukiliu 2022-06-29 14:07:37 +08:00 committed by Suki Liu
parent ec3f03ee7a
commit b5edce085f
6 changed files with 16 additions and 0 deletions

5
tracking_denials/bug_map Normal file
View file

@ -0,0 +1,5 @@
dumpstate app_zygote process b/237491813
hal_drm_widevine default_prop file b/237492145
hal_googlebattery dumpstate fd b/237491814
hal_power_default hal_power_default capability b/237492146
incidentd debugfs_wakeup_sources file b/237492091

View file

@ -1,2 +1,4 @@
# b/185723618 # b/185723618
dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find }; dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find };
# b/237491813
dontaudit dumpstate app_zygote:process { signal };

View file

@ -1,2 +1,4 @@
# b/229209076 # b/229209076
dontaudit hal_drm_widevine vndbinder_device:chr_file { read }; dontaudit hal_drm_widevine vndbinder_device:chr_file { read };
# b/237492145
dontaudit hal_drm_widevine default_prop:file { read };

View file

@ -0,0 +1,2 @@
# b/237491814
dontaudit hal_googlebattery dumpstate:fd { use };

View file

@ -0,0 +1,3 @@
# b/237492146
dontaudit hal_power_default hal_power_default:capability { dac_override };
dontaudit hal_power_default hal_power_default:capability { dac_read_search };

View file

@ -0,0 +1,2 @@
# b/237492091
dontaudit incidentd debugfs_wakeup_sources:file { read };