Skip to content
Snippets Groups Projects
Commit 7f09d218 authored by Alex Deymo's avatar Alex Deymo Committed by android-build-merger
Browse files

Allow update_engine to write BCB. am: 15105ce7 am: 6890b729

am: dfc68513

Change-Id: Ibcc4e56fec43d2476df4bab42135a482ce1b95d2
parents 1ff54eb2 dfc68513
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ allow update_engine block_device:dir search;
allow update_engine boot_block_device:blk_file rw_file_perms;
allow update_engine system_block_device:blk_file rw_file_perms;
# Allow to set recovery options in the BCB. Used to trigger factory reset when
# the update to an older version (channel change) or incompatible version
# requires it.
allow update_engine misc_block_device:blk_file rw_file_perms;
# Don't allow kernel module loading, just silence the logs.
dontaudit update_engine kernel:system module_request;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment