Merge "confirmationui: Allow securedpud to access the systemsuspend HAL."

This commit is contained in:
Treehugger Robot 2023-04-11 12:03:28 +00:00 committed by Android (Google) Code Review
commit e64791b723

View file

@ -3,6 +3,8 @@ type securedpud_slider_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(securedpud_slider)
wakelock_use(securedpud_slider)
allow securedpud_slider dmabuf_heap_device:chr_file r_file_perms;
allow securedpud_slider ion_device:chr_file r_file_perms;
allow securedpud_slider tee_device:chr_file rw_file_perms;