Skip to content
Snippets Groups Projects
Commit 442b6f10 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "allow adb push to create directories."

parents 7ada3bdf 98b7ab53
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ allow adbd functionfs:file rw_file_perms;
allow adbd devpts:chr_file rw_file_perms;
# adb push/pull /data/local/tmp.
allow adbd shell_data_file:dir rw_dir_perms;
allow adbd shell_data_file:dir create_dir_perms;
allow adbd shell_data_file:file create_file_perms;
# adb push/pull sdcard.
......
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