Skip to content
Snippets Groups Projects
Commit aeeeab29 authored by Sen Jiang's avatar Sen Jiang Committed by Gerrit Code Review
Browse files

Merge "Allow reading loop device in update_engine_unittests."

parents 912f3c10 2b267293
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)
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment