Merge "audioserver: add access to wake locks."

This commit is contained in:
Tri Vo 2018-05-21 16:28:10 +00:00 committed by Gerrit Code Review
commit 7710647a65

View file

@ -86,3 +86,6 @@ neverallow audioserver { file_type fs_type }:file execute_no_trans;
# Lengthier explanation here:
# https://android-developers.googleblog.com/2016/05/hardening-media-stack.html
neverallow audioserver domain:{ tcp_socket udp_socket rawip_socket } *;
# Allow using wake locks
wakelock_use(audioserver)