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
b44d2c9b
Commit
b44d2c9b
authored
8 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Revert "Move boot_control_hal attribute to hal_boot domain""
parents
590d0e24
394ed93d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/hal_boot.te
+1
-1
1 addition, 1 deletion
public/hal_boot.te
public/update_engine.te
+2
-5
2 additions, 5 deletions
public/update_engine.te
public/update_verifier.te
+4
-2
4 additions, 2 deletions
public/update_verifier.te
with
7 additions
and
8 deletions
public/hal_boot.te
+
1
−
1
View file @
b44d2c9b
# boot_control subsystem
type hal_boot, domain
, boot_control_hal
;
type hal_boot, domain;
type hal_boot_exec, exec_type, file_type;
# hwbinder access
...
...
This diff is collapsed.
Click to expand it.
public/update_engine.te
+
2
−
5
View file @
b44d2c9b
# Domain for update_engine daemon.
type update_engine, domain, domain_deprecated, update_engine_common;
# update_engine uses the boot_control_hal.
type update_engine, domain, domain_deprecated, update_engine_common, boot_control_hal;
type update_engine_exec, exec_type, file_type;
type update_engine_data_file, file_type, data_file_type;
...
...
@@ -32,7 +33,3 @@ binder_call(update_engine, priv_app)
# Read OTA zip file at /data/ota_package/.
allow update_engine ota_package_file:file r_file_perms;
allow update_engine ota_package_file:dir r_dir_perms;
# Use binderized boot HAL.
hwbinder_use(update_engine)
binder_call(update_engine, hal_boot)
This diff is collapsed.
Click to expand it.
public/update_verifier.te
+
4
−
2
View file @
b44d2c9b
# update_verifier
type update_verifier, domain;
# update_verifier uses the boot_control_hal.
type update_verifier, domain, boot_control_hal;
type update_verifier_exec, exec_type, file_type;
# Allow update_verifier to reach block devices in /dev/block.
...
...
@@ -12,7 +13,8 @@ allow update_verifier ota_package_file:file r_file_perms;
# Read all blocks in system partition.
allow update_verifier system_block_device:blk_file r_file_perms;
# Use binderized
boot
HAL
.
# Use binderized HAL
hwbinder_use(update_verifier)
binder_call(update_verifier, hal_boot)
allow update_verifier system_file:dir r_dir_perms;
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