Skip to content
Snippets Groups Projects
Commit 566a2cc9 authored by Sen Jiang's avatar Sen Jiang Committed by android-build-merger
Browse files

Merge "Allow reading loop device in update_engine_unittests."

am: aeeeab29

* commit 'aeeeab29':
  Allow reading loop device in update_engine_unittests.

Change-Id: Ifb7950b687929aa7ad8fbf67c60b1f724a546907
parents 86e46d22 aeeeab29
Branches
Tags
No related merge requests found
......@@ -63,6 +63,12 @@ allow kernel vold:fd use;
allow kernel app_data_file:file read;
allow kernel asec_image_file:file read;
# Allow reading loop device in update_engine_unittests. (b/28319454)
userdebug_or_eng(`
allow kernel update_engine_data_file:file read;
allow kernel nativetest_data_file:file read;
')
domain_auto_trans(kernel, init_exec, init)
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment