aboutsummaryrefslogtreecommitdiffstats
path: root/service.te
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2015-04-09 11:41:09 -0700
committerdcashman <dcashman@google.com>2015-04-09 11:45:32 -0700
commit5321279463c1ca708192e639129defa9a49b2c8b (patch)
tree4e8247fa7c5a31776c648e869d79ed72fa487533 /service.te
parent9378ceaf501cdf9ed541473d84b72612b85418ab (diff)
downloadandroid_external_sepolicy-5321279463c1ca708192e639129defa9a49b2c8b.tar.gz
android_external_sepolicy-5321279463c1ca708192e639129defa9a49b2c8b.tar.bz2
android_external_sepolicy-5321279463c1ca708192e639129defa9a49b2c8b.zip
Make persistent_data_block_service a system_api_service.
Settings needs to be able to access it when opening developer options. Address the following denial: avc: denied { find } for service=persistent_data_block scontext=u:r:system_app:s0 tcontext=u:object_r:persistent_data_block_service:s0 tclass=service_manager Bug: 20131472 Change-Id: I85e2334a92d5b8e23d0a75312c9b4b5bf6aadb0b
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 e7f2719..da01071 100644
--- a/service.te
+++ b/service.te
@@ -67,7 +67,7 @@ type network_score_service, system_api_service, system_server_service, service_m
type notification_service, app_api_service, system_server_service, service_manager_type;
type package_service, app_api_service, system_server_service, service_manager_type;
type permission_service, app_api_service, system_server_service, service_manager_type;
-type persistent_data_block_service, system_server_service, service_manager_type;
+type persistent_data_block_service, system_api_service, system_server_service, service_manager_type;
type power_service, app_api_service, system_server_service, service_manager_type;
type print_service, app_api_service, system_server_service, service_manager_type;
type processinfo_service, system_server_service, service_manager_type;