Merge "update error on ROM 7242124" into sc-dev

This commit is contained in:
Alex Hong 2021-03-29 16:37:47 +00:00 committed by Android (Google) Code Review
commit 122849026f
4 changed files with 12 additions and 0 deletions

View file

@ -5,3 +5,6 @@ dontaudit edgetpu_server tmpfs:file { getattr };
dontaudit edgetpu_server tmpfs:file { read write };
dontaudit edgetpu_server tmpfs:file { map };
dontaudit edgetpu_server tmpfs:file { getattr };
# b/183935416
dontaudit edgetpu_server proc_version:file { read };
dontaudit edgetpu_server proc_version:file { read };

View file

@ -9,3 +9,6 @@ dontaudit hal_neuralnetworks_darwinn tmpfs:file { map };
dontaudit hal_neuralnetworks_darwinn tmpfs:file { read };
dontaudit hal_neuralnetworks_darwinn tmpfs:file { read };
dontaudit hal_neuralnetworks_darwinn tmpfs:file { read };
# b/183935302
dontaudit hal_neuralnetworks_darwinn proc_version:file { read };
dontaudit hal_neuralnetworks_darwinn proc_version:file { read };

View file

@ -0,0 +1,3 @@
# b/183935382
dontaudit vendor_ims_app default_prop:file { read };
dontaudit vendor_ims_app default_prop:file { read };

View file

@ -2,3 +2,6 @@
dontaudit vendor_init debugfs_trace_marker:file { getattr };
# b/182954248
dontaudit vendor_init default_prop:file { read };
# b/183935443
dontaudit vendor_init system_data_file:dir { write };
dontaudit vendor_init system_data_file:dir { write };