Skip to content
Snippets Groups Projects
Commit 059872b3 authored by Hassan Shojania's avatar Hassan Shojania Committed by android-build-merger
Browse files

Merge "Allow mediaserver to access fd allocated by hal_graphics_composer" into...

Merge "Allow mediaserver to access fd allocated by hal_graphics_composer" into oc-dev am: 5fe8881b
am: 43397420

Change-Id: I107a285cb8dce849af280014995a516a6d8752a4
parents 745c9b44 43397420
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