Merge "update error on ROM 7202683" into sc-dev
This commit is contained in:
commit
8e2430d151
4 changed files with 21 additions and 0 deletions
11
tracking_denials/hal_neuralnetworks_darwinn.te
Normal file
11
tracking_denials/hal_neuralnetworks_darwinn.te
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# b/182524105
|
||||||
|
dontaudit hal_neuralnetworks_darwinn tmpfs:file { open };
|
||||||
|
dontaudit hal_neuralnetworks_darwinn tmpfs:file { write };
|
||||||
|
dontaudit hal_neuralnetworks_darwinn tmpfs:file { map };
|
||||||
|
dontaudit hal_neuralnetworks_darwinn tmpfs:file { write };
|
||||||
|
dontaudit hal_neuralnetworks_darwinn tmpfs:file { read };
|
||||||
|
dontaudit hal_neuralnetworks_darwinn tmpfs:file { open };
|
||||||
|
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 };
|
|
@ -53,3 +53,7 @@ dontaudit hal_sensors_default device:dir { read };
|
||||||
dontaudit hal_sensors_default device:dir { watch };
|
dontaudit hal_sensors_default device:dir { watch };
|
||||||
dontaudit hal_sensors_default servicemanager:binder { transfer };
|
dontaudit hal_sensors_default servicemanager:binder { transfer };
|
||||||
dontaudit hal_sensors_default aoc_device:chr_file { open };
|
dontaudit hal_sensors_default aoc_device:chr_file { open };
|
||||||
|
# b/182523946
|
||||||
|
dontaudit hal_sensors_default chre_socket:sock_file { write };
|
||||||
|
dontaudit hal_sensors_default chre:unix_stream_socket { connectto };
|
||||||
|
dontaudit hal_sensors_default chre:unix_stream_socket { connectto };
|
||||||
|
|
|
@ -17,3 +17,5 @@ dontaudit init device:chr_file { read write };
|
||||||
# b/180963348
|
# b/180963348
|
||||||
dontaudit init overlayfs_file:chr_file { unlink };
|
dontaudit init overlayfs_file:chr_file { unlink };
|
||||||
dontaudit init overlayfs_file:file { rename };
|
dontaudit init overlayfs_file:file { rename };
|
||||||
|
# b/182524202
|
||||||
|
dontaudit init mnt_vendor_file:dir { mounton };
|
||||||
|
|
4
tracking_denials/installd.te
Normal file
4
tracking_denials/installd.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# b/182524203
|
||||||
|
dontaudit installd modem_img_file:filesystem { quotaget };
|
||||||
|
dontaudit installd modem_img_file:filesystem { quotaget };
|
||||||
|
dontaudit installd modem_img_file:filesystem { quotaget };
|
Loading…
Add table
Add a link
Reference in a new issue