Skip to content
Snippets Groups Projects
Commit e5968aa7 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Android (Google) Code Review
Browse files

Merge "audioserver: grant read perms to /proc"

parents 2902adf0 a3266be9
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ binder_call(audioserver, binderservicedomain) ...@@ -14,6 +14,9 @@ binder_call(audioserver, binderservicedomain)
binder_call(audioserver, { appdomain autoplay_app }) binder_call(audioserver, { appdomain autoplay_app })
binder_service(audioserver) binder_service(audioserver)
# Read access to pseudo filesystems.
r_dir_file(audioserver, proc)
# Required by Widevine DRM (b/22990512) # Required by Widevine DRM (b/22990512)
allow audioserver self:process execmem; allow audioserver self:process execmem;
......
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