Merge "update error on ROM 7242124" into sc-dev am: 122849026f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14018649

Change-Id: Id86ffa0c2c73356efa4412bc4809cffc91d6d4a7
This commit is contained in:
Alex Hong 2021-03-29 17:19:51 +00:00 committed by Automerger Merge Worker
commit f8f1b8498c
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 };