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
0b910049
Commit
0b910049
authored
Sep 20, 2016
by
Svet Ganov
Committed by
android-build-merger
Sep 20, 2016
Browse files
Options
Downloads
Plain Diff
Move device serial behing a permission - selinux
am:
3286fca7
Change-Id: I33086026f3ac103350c866c47a14bdb6d7efac95
parents
ebcc814e
3286fca7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
service.te
+1
-0
1 addition, 0 deletions
service.te
service_contexts
+1
-0
1 addition, 0 deletions
service_contexts
with
2 additions
and
0 deletions
service.te
+
1
−
0
View file @
0b910049
...
@@ -47,6 +47,7 @@ type cpuinfo_service, system_api_service, system_server_service, service_manager
...
@@ -47,6 +47,7 @@ type cpuinfo_service, system_api_service, system_server_service, service_manager
type dbinfo_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, app_api_service, system_server_service, service_manager_type;
type device_policy_service, app_api_service, system_server_service, service_manager_type;
type deviceidle_service, app_api_service, system_server_service, service_manager_type;
type deviceidle_service, app_api_service, system_server_service, service_manager_type;
type device_identifiers_service, app_api_service, system_server_service, service_manager_type;
type devicestoragemonitor_service, system_server_service, service_manager_type;
type devicestoragemonitor_service, system_server_service, service_manager_type;
type diskstats_service, system_api_service, system_server_service, service_manager_type;
type diskstats_service, system_api_service, system_server_service, service_manager_type;
type display_service, app_api_service, system_server_service, service_manager_type;
type display_service, app_api_service, system_server_service, service_manager_type;
...
...
This diff is collapsed.
Click to expand it.
service_contexts
+
1
−
0
View file @
0b910049
...
@@ -30,6 +30,7 @@ country_detector u:object_r:country_detector_service:s0
...
@@ -30,6 +30,7 @@ country_detector u:object_r:country_detector_service:s0
cpuinfo u:object_r:cpuinfo_service:s0
cpuinfo u:object_r:cpuinfo_service:s0
dbinfo u:object_r:dbinfo_service:s0
dbinfo u:object_r:dbinfo_service:s0
device_policy u:object_r:device_policy_service:s0
device_policy u:object_r:device_policy_service:s0
device_identifiers u:object_r:device_identifiers_service:s0
deviceidle u:object_r:deviceidle_service:s0
deviceidle u:object_r:deviceidle_service:s0
devicestoragemonitor u:object_r:devicestoragemonitor_service:s0
devicestoragemonitor u:object_r:devicestoragemonitor_service:s0
diskstats u:object_r:diskstats_service:s0
diskstats u:object_r:diskstats_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