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:
parent
9519323a98
commit
3430e752af
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue