Skip to content
Snippets Groups Projects
Commit cdab09c7 authored by Tao Bao's avatar Tao Bao Committed by Android (Google) Code Review
Browse files

Merge "update_engine: Allow to access bootctrl_block_device." into nyc-dev

parents db664c9e 79db4e47
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ accessibility u:object_r:accessibility_service:s0 ...@@ -2,7 +2,7 @@ accessibility u:object_r:accessibility_service:s0
account u:object_r:account_service:s0 account u:object_r:account_service:s0
activity u:object_r:activity_service:s0 activity u:object_r:activity_service:s0
alarm u:object_r:alarm_service:s0 alarm u:object_r:alarm_service:s0
android.os.IUpdateEngine u:object_r:update_engine_service:s0 android.os.UpdateEngineService u:object_r:update_engine_service:s0
android.security.keystore u:object_r:keystore_service:s0 android.security.keystore u:object_r:keystore_service:s0
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0 android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
appops u:object_r:appops_service:s0 appops u:object_r:appops_service:s0
......
...@@ -33,3 +33,6 @@ allow update_engine update_engine_service:service_manager { add }; ...@@ -33,3 +33,6 @@ allow update_engine update_engine_service:service_manager { add };
# Allow update_engine to call the callback function provided by priv_app. # Allow update_engine to call the callback function provided by priv_app.
binder_call(update_engine, priv_app) binder_call(update_engine, priv_app)
# Allow read/write bootctrl block device.
allow update_engine bootctrl_block_device:blk_file rw_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment