aboutsummaryrefslogtreecommitdiffstats
path: root/service.te
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2015-04-06 17:27:42 -0700
committerNick Kralevich <nnk@google.com>2015-04-07 16:59:38 +0000
commitd4c78f4b3fed1ca77aa9f13e757644aca3ed2b21 (patch)
treecbf210e4328ffcd7167b7f1ff792a28295a840b1 /service.te
parent44c95e9a26ff496a609f0f802d5937225a6f910f (diff)
downloadandroid_external_sepolicy-d4c78f4b3fed1ca77aa9f13e757644aca3ed2b21.tar.gz
android_external_sepolicy-d4c78f4b3fed1ca77aa9f13e757644aca3ed2b21.tar.bz2
android_external_sepolicy-d4c78f4b3fed1ca77aa9f13e757644aca3ed2b21.zip
Enforce more specific service access.
Move the following services from tmp_system_server_service to appropriate attributes: battery bluetooth_manager clipboard commontime_management connectivity content country_detector device_policy deviceidle Bug: 18106000 Change-Id: I0d0f2a075c0509a783631d88ba453ac13399cdf2
Diffstat (limited to 'service.te')
-rw-r--r--service.te19
1 files changed, 9 insertions, 10 deletions
diff --git a/service.te b/service.te
index 2341ff0..b4925ac 100644
--- a/service.te
+++ b/service.te
@@ -22,20 +22,19 @@ type assetatlas_service, app_api_service, system_server_service, service_manager
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 batterystats_service, app_api_service, system_server_service, service_manager_type;
-type battery_service, tmp_system_server_service, service_manager_type;
-type bluetooth_manager_service, tmp_system_server_service, service_manager_type;
-type clipboard_service, tmp_system_server_service, service_manager_type;
-type IMms_service, tmp_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;
+type clipboard_service, app_api_service, system_server_service, service_manager_type;
type IProxyService_service, system_api_service, system_server_service, service_manager_type;
-type commontime_management_service, tmp_system_server_service, service_manager_type;
-type connectivity_service, tmp_system_server_service, service_manager_type;
+type commontime_management_service, system_server_service, service_manager_type;
+type connectivity_service, app_api_service, system_server_service, service_manager_type;
type consumer_ir_service, app_api_service, system_server_service, service_manager_type;
-type content_service, tmp_system_server_service, service_manager_type;
-type country_detector_service, tmp_system_server_service, service_manager_type;
+type content_service, app_api_service, system_server_service, service_manager_type;
+type country_detector_service, system_api_service, system_server_service, service_manager_type;
type cpuinfo_service, system_api_service, system_server_service, service_manager_type;
type dbinfo_service, system_api_service, system_server_service, service_manager_type;
-type device_policy_service, tmp_system_server_service, service_manager_type;
-type deviceidle_service, tmp_system_server_service, service_manager_type;
+type device_policy_service, app_api_service, system_server_service, service_manager_type;
+type deviceidle_service, system_server_service, service_manager_type;
type devicestoragemonitor_service, system_server_service, service_manager_type;
type diskstats_service, tmp_system_server_service, service_manager_type;
type display_service, tmp_system_server_service, service_manager_type;