Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
e664e80a
Commit
e664e80a
authored
8 years ago
by
Neil Fuller
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Enable the TimeZoneManagerService" am:
34b4b737
am:
2ff75628
Change-Id: I66cf4111e4d17e698cea7c8dc44d3294ce20a4ac
parents
b25e8823
2ff75628
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/platform_app.te
+1
-0
1 addition, 0 deletions
private/platform_app.te
private/service_contexts
+1
-0
1 addition, 0 deletions
private/service_contexts
public/service.te
+1
-0
1 addition, 0 deletions
public/service.te
with
3 additions
and
0 deletions
private/platform_app.te
+
1
−
0
View file @
e664e80a
...
@@ -50,6 +50,7 @@ allow platform_app mediacasserver_service:service_manager find;
...
@@ -50,6 +50,7 @@ allow platform_app mediacasserver_service:service_manager find;
allow platform_app persistent_data_block_service:service_manager find;
allow platform_app persistent_data_block_service:service_manager find;
allow platform_app radio_service:service_manager find;
allow platform_app radio_service:service_manager find;
allow platform_app surfaceflinger_service:service_manager find;
allow platform_app surfaceflinger_service:service_manager find;
allow platform_app timezone_service:service_manager find;
allow platform_app app_api_service:service_manager find;
allow platform_app app_api_service:service_manager find;
allow platform_app system_api_service:service_manager find;
allow platform_app system_api_service:service_manager find;
allow platform_app vr_manager_service:service_manager find;
allow platform_app vr_manager_service:service_manager find;
...
...
This diff is collapsed.
Click to expand it.
private/service_contexts
+
1
−
0
View file @
e664e80a
...
@@ -147,6 +147,7 @@ telecom u:object_r:telecom_service:s0
...
@@ -147,6 +147,7 @@ telecom u:object_r:telecom_service:s0
telephony.registry u:object_r:registry_service:s0
telephony.registry u:object_r:registry_service:s0
textclassification u:object_r:textclassification_service:s0
textclassification u:object_r:textclassification_service:s0
textservices u:object_r:textservices_service:s0
textservices u:object_r:textservices_service:s0
timezone u:object_r:timezone_service:s0
trust u:object_r:trust_service:s0
trust u:object_r:trust_service:s0
tv_input u:object_r:tv_input_service:s0
tv_input u:object_r:tv_input_service:s0
uimode u:object_r:uimode_service:s0
uimode u:object_r:uimode_service:s0
...
...
This diff is collapsed.
Click to expand it.
public/service.te
+
1
−
0
View file @
e664e80a
...
@@ -125,6 +125,7 @@ type task_service, system_server_service, service_manager_type;
...
@@ -125,6 +125,7 @@ type task_service, system_server_service, service_manager_type;
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type timezone_service, system_server_service, service_manager_type;
type trust_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type trust_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment