Merge "update error on ROM 7202683" into sc-dev am: 8e2430d151
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/13839797 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4051250e1e3ce7dfb7ce181004f91030827cd1c8
This commit is contained in:
commit
71f2717803
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 servicemanager:binder { transfer };
|
||||
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
|
||||
dontaudit init overlayfs_file:chr_file { unlink };
|
||||
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