Skip to content
Snippets Groups Projects
Commit d46bc855 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am d381b97e: Give the drmserver the ability to connect to the tee.

* commit 'd381b97e':
  Give the drmserver the ability to connect to the tee.
parents 1ac1be0e d381b97e
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