Skip to content
Snippets Groups Projects
Commit 35a92471 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

am: 566a2cc9

* commit '566a2cc9':
  Allow reading loop device in update_engine_unittests.

Change-Id: Ie5b24313501fa7efb5c383dbcd89399640249e22
parents d984c445 566a2cc9
No related branches found
No related tags found
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)
# Access to /data/media.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment