MiuiCamera: sepolicy: allow camera HAL to access system_server

Fix EIS and default resolution on Leica Camera
This commit is contained in:
Nauval Rizky 2023-04-30 10:44:21 +07:00 committed by Alucard-Storm
parent 8f3ed16c54
commit c66a59397e

View file

@ -3,3 +3,6 @@ binder_call(hal_camera_default, platform_app)
allow hal_camera_default mnt_vendor_file:dir { search };
allow hal_camera_default proc_stat:file { open read };
allow hal_camera_default vendor_xdsp_device:chr_file { read };
# Allow Camera to access system_server
allow hal_camera_default system_server:binder { call transfer };