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:
parent
ec3f03ee7a
commit
b5edce085f
6 changed files with 16 additions and 0 deletions
5
tracking_denials/bug_map
Normal file
5
tracking_denials/bug_map
Normal 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
|
|
@ -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 };
|
||||||
|
|
|
@ -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 };
|
||||||
|
|
2
tracking_denials/hal_googlebattery.te
Normal file
2
tracking_denials/hal_googlebattery.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# b/237491814
|
||||||
|
dontaudit hal_googlebattery dumpstate:fd { use };
|
3
tracking_denials/hal_power_default.te
Normal file
3
tracking_denials/hal_power_default.te
Normal 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 };
|
2
tracking_denials/incidentd.te
Normal file
2
tracking_denials/incidentd.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# b/237492091
|
||||||
|
dontaudit incidentd debugfs_wakeup_sources:file { read };
|
Loading…
Add table
Add a link
Reference in a new issue