Merge "SELinux: Grant camera HAL TEE access" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-26 06:21:05 +00:00 committed by Android (Google) Code Review
commit 6d56fb7391

View file

@ -41,3 +41,6 @@ binder_call(hal_camera_default, mediacodec);
# grant access to hal_graphics_composer
hal_client_domain(hal_camera_default, hal_graphics_composer)
# grant access to Securea camera TA
allow hal_camera_default tee_device:chr_file rw_file_perms;