Merge "Allow P23 Camera HAL to acquire wake locks" into udc-d1-dev am: 6bf3b733ac
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/22915638 Change-Id: I2d66703cd4fe7ac51373bb704c441bf6282d561f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1e317a26ad
1 changed files with 3 additions and 0 deletions
3
vendor/hal_camera_default.te
vendored
3
vendor/hal_camera_default.te
vendored
|
@ -97,3 +97,6 @@ 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 };
|
||||
|
||||
# Allow the Camera HAL to acquire wakelocks for buffer pre-allocation purposes
|
||||
wakelock_use(hal_camera_default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue