update error on ROM 7242124

Bug: 183935416
Bug: 183935302
Bug: 183935382
Bug: 183935443
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: Iccdfc8a9eea3e8d52bebc89ca1eafcd2ec26e3c6
This commit is contained in:
Alex Hong 2021-03-29 22:18:39 +08:00
parent 6d56fb7391
commit 68569d8fe3
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 { read write };
dontaudit edgetpu_server tmpfs:file { map }; dontaudit edgetpu_server tmpfs:file { map };
dontaudit edgetpu_server tmpfs:file { getattr }; 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 }; 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 }; dontaudit vendor_init debugfs_trace_marker:file { getattr };
# b/182954248 # b/182954248
dontaudit vendor_init default_prop:file { read }; 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 };