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
0d8c1e0a
Commit
0d8c1e0a
authored
7 years ago
by
Tianjie Xu
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow update_verifier to reboot the device" am:
fde87a96
am:
6429e000
am:
64c8aa96
Change-Id: I1260e60f2ef4db50573e515ba95c332512c8ae62
parents
7138973f
64c8aa96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/update_verifier.te
+3
-0
3 additions, 0 deletions
public/update_verifier.te
with
3 additions
and
0 deletions
public/update_verifier.te
+
3
−
0
View file @
0d8c1e0a
...
@@ -12,5 +12,8 @@ allow update_verifier ota_package_file:file r_file_perms;
...
@@ -12,5 +12,8 @@ allow update_verifier ota_package_file:file r_file_perms;
# Read all blocks in dm wrapped system partition.
# Read all blocks in dm wrapped system partition.
allow update_verifier dm_device:blk_file r_file_perms;
allow update_verifier dm_device:blk_file r_file_perms;
# Allow update_verifier to reboot the device.
set_prop(update_verifier, powerctl_prop)
# Use Boot Control HAL
# Use Boot Control HAL
hal_client_domain(update_verifier, hal_bootctl)
hal_client_domain(update_verifier, hal_bootctl)
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