Merge "Add aoc_device access to P21 devices. Camera hal"

This commit is contained in:
Timmy Li 2022-10-14 17:22:48 +00:00 committed by Android (Google) Code Review
commit fe1c8108c5

View file

@ -103,4 +103,7 @@ 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 };
dontaudit hal_camera_default traced_producer_socket:sock_file { write };
# Allow access to always-on compute device node
allow hal_camera_default aoc_device:chr_file rw_file_perms;