aboutsummaryrefslogtreecommitdiffstats
path: root/service.te
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-04-28 16:51:26 -0700
committerAlex Klyubin <klyubin@google.com>2015-04-29 10:28:53 -0700
commitab5cf6687397bf2b80ecc11cba92876cef7417c9 (patch)
treea5a8f4ccb55dd5b661fae883f47c95bf0c06feff /service.te
parent320a7cac8e632c0bbbebdf55068310eea55f0c78 (diff)
downloadandroid_external_sepolicy-ab5cf6687397bf2b80ecc11cba92876cef7417c9.tar.gz
android_external_sepolicy-ab5cf6687397bf2b80ecc11cba92876cef7417c9.tar.bz2
android_external_sepolicy-ab5cf6687397bf2b80ecc11cba92876cef7417c9.zip
Expand access to gatekeeperd.
This enables access to gatekeeperd for anybody who invokes Android framework APIs. This is necessary because the AndroidKeyStore abstraction offered by the framework API occasionally communicates with gatekeeperd from the calling process. (cherry picked from commit effcac7d7eddded5fa31d294dfe3fd1757de51c7) Bug: 20526234 Change-Id: I450242cd085259b3f82f36f359ee65ff27bebd13
Diffstat (limited to 'service.te')
-rw-r--r--service.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/service.te b/service.te
index da01071..3dfa296 100644
--- a/service.te
+++ b/service.te
@@ -1,10 +1,10 @@
type bluetooth_service, service_manager_type;
type default_android_service, service_manager_type;
type drmserver_service, service_manager_type;
+type gatekeeper_service, app_api_service, service_manager_type;
type healthd_service, service_manager_type;
type inputflinger_service, service_manager_type;
type keystore_service, service_manager_type;
-type gatekeeper_service, service_manager_type;
type mediaserver_service, service_manager_type;
type nfc_service, service_manager_type;
type radio_service, service_manager_type;