summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-12-11 15:58:01 -0800
committerAndy Hung <hunga@google.com>2015-12-11 16:47:44 -0800
commitdc87c33589577c69e8c9ca36d9d2edea10a01b7f (patch)
treeda3c9292ee0f314ab3d5771331aaba2fa74e4ddb /sepolicy
parent113e63f67dadc82cc41f3e1c8da45b4329645423 (diff)
Adjust audioserver permissions for Fugu
Allow remote_control_service in audioserver for remote control voice input. Bug: 26154652 Change-Id: Ifcfe580d9ab03efda4ade6949fd462bd80ac5cec
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/audioserver.te2
-rw-r--r--sepolicy/mediaserver.te2
2 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/audioserver.te b/sepolicy/audioserver.te
new file mode 100644
index 0000000..ee2b74c
--- /dev/null
+++ b/sepolicy/audioserver.te
@@ -0,0 +1,2 @@
+# required for voice command remote control
+allow audioserver remote_control_service:service_manager find;
diff --git a/sepolicy/mediaserver.te b/sepolicy/mediaserver.te
index e0962c0..27c7a24 100644
--- a/sepolicy/mediaserver.te
+++ b/sepolicy/mediaserver.te
@@ -1,4 +1,2 @@
# TODO: investigate cause of this
allow mediaserver graphics_device:dir search;
-
-allow mediaserver remote_control_service:service_manager find;