Skip to content
Snippets Groups Projects
Commit 758ea811 authored by Sen Jiang's avatar Sen Jiang Committed by Android (Google) Code Review
Browse files

Merge "Allow reading loop device in update_engine_unittests." into nyc-jaqen-dev

parents 66f37603 70dccdeb
No related merge requests found
...@@ -63,6 +63,12 @@ allow kernel vold:fd use; ...@@ -63,6 +63,12 @@ allow kernel vold:fd use;
allow kernel app_data_file:file read; allow kernel app_data_file:file read;
allow kernel asec_image_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) domain_auto_trans(kernel, init_exec, init)
# Access to /data/media. # 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