Skip to content
Snippets Groups Projects
Commit 5fe8881b authored by Hassan Shojania's avatar Hassan Shojania Committed by Android (Google) Code Review
Browse files

Merge "Allow mediaserver to access fd allocated by hal_graphics_composer" into oc-dev

parents 8027f979 a91e3e82
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ allow mediaserver preloads_media_file:file { getattr read ioctl };
allow mediaserver ion_device:chr_file r_file_perms;
allow mediaserver hal_graphics_allocator:fd use;
allow mediaserver hal_graphics_composer:fd use;
allow mediaserver hal_camera:fd use;
allow mediaserver system_server:fd use;
......
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