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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
7a8b34a0
Commit
7a8b34a0
authored
9 years ago
by
Polina Bondarenko
Committed by
Android (Google) Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow gatekeeper to find hardwareproperties service." into nyc-dev
parents
2e1556dc
8a6bbb1f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gatekeeperd.te
+3
-0
3 additions, 0 deletions
gatekeeperd.te
service.te
+1
-0
1 addition, 0 deletions
service.te
service_contexts
+1
-0
1 addition, 0 deletions
service_contexts
with
5 additions
and
0 deletions
gatekeeperd.te
+
3
−
0
View file @
7a8b34a0
...
...
@@ -24,4 +24,7 @@ allow gatekeeperd user_service:service_manager find;
allow gatekeeperd gatekeeper_data_file:dir rw_dir_perms;
allow gatekeeperd gatekeeper_data_file:file create_file_perms;
# For hardware properties retrieval
allow gatekeeperd hardwareproperties_service:service_manager find;
neverallow { domain -gatekeeperd } gatekeeper_service:service_manager add;
This diff is collapsed.
Click to expand it.
service.te
+
1
−
0
View file @
7a8b34a0
...
...
@@ -54,6 +54,7 @@ type fingerprint_service, app_api_service, system_server_service, service_manage
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
type graphicsstats_service, app_api_service, system_server_service, service_manager_type;
type hardware_service, system_server_service, service_manager_type;
type hardwareproperties_service, app_api_service, system_server_service, service_manager_type;
type hdmi_control_service, system_api_service, system_server_service, service_manager_type;
type input_method_service, app_api_service, system_server_service, service_manager_type;
type input_service, app_api_service, system_server_service, service_manager_type;
...
...
This diff is collapsed.
Click to expand it.
service_contexts
+
1
−
0
View file @
7a8b34a0
...
...
@@ -44,6 +44,7 @@ android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:
gfxinfo u:object_r:gfxinfo_service:s0
graphicsstats u:object_r:graphicsstats_service:s0
hardware u:object_r:hardware_service:s0
hardwareproperties u:object_r:hardwareproperties_service:s0
hdmi_control u:object_r:hdmi_control_service:s0
inputflinger u:object_r:inputflinger_service:s0
input_method u:object_r:input_method_service:s0
...
...
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