Skip to content
Snippets Groups Projects
Commit fa246145 authored by Geremy Condra's avatar Geremy Condra
Browse files

Give the drmserver the ability to connect to the tee.

Bug: 8539042
Change-Id: I6a9c3247688f49bed4a1637c728e77c2e865afd2
parent fe9ff457
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ binder_service(drmserver)
# Perform Binder IPC to mediaserver
binder_call(drmserver, mediaserver)
# Talk to the tee
allow drmserver tee:unix_stream_socket { connectto };
allow drmserver sdcard_type:dir search;
allow drmserver drm_data_file:dir create_dir_perms;
allow drmserver drm_data_file:file create_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment