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
20ed8025
Commit
20ed8025
authored
8 years ago
by
Tianjie Xu
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow update_verifier to read dm blocks" am:
254ce3fb
am:
3439a0c9
am:
f9cc18f6
Change-Id: I8bd6edb0093eab232f07b3c9a1cec12a5db005cc
parents
a95550bd
f9cc18f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/update_verifier.te
+2
-2
2 additions, 2 deletions
public/update_verifier.te
with
2 additions
and
2 deletions
public/update_verifier.te
+
2
−
2
View file @
20ed8025
...
@@ -13,8 +13,8 @@ allow update_verifier block_device:dir search;
...
@@ -13,8 +13,8 @@ allow update_verifier block_device:dir search;
allow update_verifier ota_package_file:dir r_dir_perms;
allow update_verifier ota_package_file:dir r_dir_perms;
allow update_verifier ota_package_file:file r_file_perms;
allow update_verifier ota_package_file:file r_file_perms;
# Read all blocks in system partition.
# Read all blocks in
dm wrapped
system partition.
allow update_verifier
system_block
_device:blk_file r_file_perms;
allow update_verifier
dm
_device:blk_file r_file_perms;
# Use binderized HAL
# Use binderized HAL
hwbinder_use(update_verifier)
hwbinder_use(update_verifier)
...
...
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