Skip to content
Snippets Groups Projects
Commit 9abc397b authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by android-build-merger
Browse files

Merge "Camera: allow appdomain FD use for hal_camera" am: 1c4014ab

am: a5c6cd06

Change-Id: I0100cedf44cf395891271228aa4ce0ef4bda86a0
parents d2dda9d9 a5c6cd06
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ allow hal_camera ion_device:chr_file rw_file_perms; ...@@ -13,6 +13,8 @@ allow hal_camera ion_device:chr_file rw_file_perms;
# Both the client and the server need to use the graphics allocator # Both the client and the server need to use the graphics allocator
allow { hal_camera_client hal_camera_server } hal_graphics_allocator:fd use; allow { hal_camera_client hal_camera_server } hal_graphics_allocator:fd use;
# Allow hal_camera to use fence FD from surface owned by application
allow hal_camera appdomain:fd use;
### ###
### neverallow rules ### neverallow rules
......
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