Update sepolicy for Camera HAL

Edit SE policay for WHI_PRO to allow
camera HAL to acquire wake locks

Bug: 249567788
Test: Flash and manual testing
Change-Id: I450b0b53000c5b9649e354350ec80af3528120fb
This commit is contained in:
Tommy Kardach 2023-03-22 10:01:01 -07:00 committed by TreeHugger Robot
parent 9519323a98
commit 3430e752af

View file

@ -106,3 +106,6 @@ 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;
# Allow the Camera HAL to acquire wakelocks
wakelock_use(hal_camera_default)