aboutsummaryrefslogtreecommitdiffstats
path: root/service.te
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2015-04-09 10:13:15 -0700
committerdcashman <dcashman@google.com>2015-04-09 10:13:15 -0700
commit9378ceaf501cdf9ed541473d84b72612b85418ab (patch)
tree2533d5603c64033b953586a92d9dc97c72eabe00 /service.te
parentbd7f5803f924b0ca318c1d426b683c3f658754f9 (diff)
downloadandroid_external_sepolicy-9378ceaf501cdf9ed541473d84b72612b85418ab.tar.gz
android_external_sepolicy-9378ceaf501cdf9ed541473d84b72612b85418ab.tar.bz2
android_external_sepolicy-9378ceaf501cdf9ed541473d84b72612b85418ab.zip
Make backup service app_api_service.
Backup service needs to be accessible to all apps to notify the system when something changes which is being backed-up. Bug: 18106000 Change-Id: I8f34cca64299960fa45afc8d09110123eb79338b
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 be22933..e7f2719 100644
--- a/service.te
+++ b/service.te
@@ -20,7 +20,7 @@ type appops_service, app_api_service, system_server_service, service_manager_typ
type appwidget_service, app_api_service, system_server_service, service_manager_type;
type assetatlas_service, app_api_service, system_server_service, service_manager_type;
type audio_service, app_api_service, system_server_service, service_manager_type;
-type backup_service, system_api_service, system_server_service, service_manager_type;
+type backup_service, app_api_service, system_server_service, service_manager_type;
type batterystats_service, app_api_service, system_server_service, service_manager_type;
type battery_service, system_server_service, service_manager_type;
type bluetooth_manager_service, system_api_service, system_server_service, service_manager_type;