gs101: Add dontaudit statements to camera HAL policy. am: fbcf66a04a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/18817845 Change-Id: I6138022efbcdc8ce149123399d3a8277e69c64b7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bdd4ecc51c
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
# b/178980085
|
||||
dontaudit hal_camera_default system_data_file:dir { search };
|
||||
# b/180567725
|
||||
dontaudit hal_camera_default traced:unix_stream_socket { connectto };
|
||||
dontaudit hal_camera_default traced_producer_socket:sock_file { write };
|
|
@ -96,3 +96,11 @@ allow hal_camera_default proc_interrupts:file r_file_perms;
|
|||
|
||||
# Allow camera HAL to send trace packets to Perfetto
|
||||
userdebug_or_eng(`perfetto_producer(hal_camera_default)')
|
||||
|
||||
# Some file searches attempt to access system data and are denied.
|
||||
# This is benign and can be ignored.
|
||||
dontaudit hal_camera_default system_data_file:dir { search };
|
||||
|
||||
# google3 prebuilts attempt to connect to the wrong trace socket, ignore them.
|
||||
dontaudit hal_camera_default traced:unix_stream_socket { connectto };
|
||||
dontaudit hal_camera_default traced_producer_socket:sock_file { write };
|
Loading…
Add table
Add a link
Reference in a new issue