Skip to content
Snippets Groups Projects
Commit 15238f7c authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by Gerrit Code Review
Browse files

Merge "Camera: sepolicy for external camera"

parents c219fac9 746c61f0
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ binder_call(hal_camera_server, hal_camera_client) ...@@ -5,6 +5,7 @@ binder_call(hal_camera_server, hal_camera_client)
add_hwservice(hal_camera_server, hal_camera_hwservice) add_hwservice(hal_camera_server, hal_camera_hwservice)
allow hal_camera_client hal_camera_hwservice:hwservice_manager find; allow hal_camera_client hal_camera_hwservice:hwservice_manager find;
allow hal_camera device:dir r_dir_perms;
allow hal_camera video_device:dir r_dir_perms; allow hal_camera video_device:dir r_dir_perms;
allow hal_camera video_device:chr_file rw_file_perms; allow hal_camera video_device:chr_file rw_file_perms;
allow hal_camera camera_device:chr_file rw_file_perms; allow hal_camera camera_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment