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
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
9a38deff
Commit
9a38deff
authored
9 years ago
by
Alex Deymo
Committed by
android-build-merger
9 years ago
Browse files
Options
Downloads
Plain Diff
Allow update_engine to suspend/resume postinstall.
am:
108b74a1
Change-Id: I3c236c3d430176ceed724eae114af5c43f66f16f
parents
1ee37a09
108b74a1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
update_engine.te
+3
-0
3 additions, 0 deletions
update_engine.te
with
3 additions
and
0 deletions
update_engine.te
+
3
−
0
View file @
9a38deff
...
...
@@ -55,6 +55,9 @@ domain_auto_trans(update_engine, postinstall_file, postinstall)
# to execute those.
allow update_engine shell_exec:file rx_file_perms;
# Allow update_engine to suspend, resume and kill the postinstall program.
allow update_engine postinstall:process { signal sigstop };
# Register the service to perform Binder IPC.
binder_use(update_engine)
allow update_engine update_engine_service:service_manager { add };
...
...
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