Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
8221d597
Commit
8221d597
authored
8 years ago
by
Felipe Leme
Browse files
Options
Downloads
Patches
Plain Diff
Creates an autofill system service.
BUG: 31001899 Test: manual Change-Id: I8d462b40d931310eab26bafa09645ac88f13fc97
parent
fe360ad6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
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
2 additions
and
0 deletions
private/service_contexts
+
1
−
0
View file @
8221d597
...
@@ -9,6 +9,7 @@ appops u:object_r:appops_service:s0
...
@@ -9,6 +9,7 @@ appops u:object_r:appops_service:s0
appwidget u:object_r:appwidget_service:s0
appwidget u:object_r:appwidget_service:s0
assetatlas u:object_r:assetatlas_service:s0
assetatlas u:object_r:assetatlas_service:s0
audio u:object_r:audio_service:s0
audio u:object_r:audio_service:s0
autofill u:object_r:autofill_service:s0
backup u:object_r:backup_service:s0
backup u:object_r:backup_service:s0
batteryproperties u:object_r:batteryproperties_service:s0
batteryproperties u:object_r:batteryproperties_service:s0
batterystats u:object_r:batterystats_service:s0
batterystats u:object_r:batterystats_service:s0
...
...
This diff is collapsed.
Click to expand it.
public/service.te
+
1
−
0
View file @
8221d597
...
@@ -29,6 +29,7 @@ type appops_service, app_api_service, system_server_service, service_manager_typ
...
@@ -29,6 +29,7 @@ type appops_service, app_api_service, system_server_service, service_manager_typ
type appwidget_service, app_api_service, system_server_service, service_manager_type;
type appwidget_service, app_api_service, system_server_service, service_manager_type;
type assetatlas_service, app_api_service, system_server_service, service_manager_type;
type assetatlas_service, app_api_service, system_server_service, service_manager_type;
type audio_service, app_api_service, system_server_service, service_manager_type;
type audio_service, app_api_service, system_server_service, service_manager_type;
type autofill_service, app_api_service, system_server_service, service_manager_type;
type backup_service, app_api_service, system_server_service, service_manager_type;
type backup_service, app_api_service, system_server_service, service_manager_type;
type batterystats_service, app_api_service, system_server_service, service_manager_type;
type batterystats_service, app_api_service, system_server_service, service_manager_type;
type battery_service, system_server_service, service_manager_type;
type battery_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