Skip to content
Snippets Groups Projects
Commit 5d4a1192 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "kernel: allow write access to /data/misc/vold/virtual_disk"

parents cacea25e fb13ddda
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ allow kernel media_rw_data_file:dir create_dir_perms;
allow kernel media_rw_data_file:file create_file_perms;
# Access to /data/misc/vold/virtual_disk.
allow kernel vold_data_file:file read;
allow kernel vold_data_file:file { read write };
# Allow the first-stage init (which is running in the kernel domain) to execute the
# dynamic linker when it re-executes /init to switch into the second stage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment