Skip to content
Snippets Groups Projects
Commit e9d43070 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

adbd: allow "adb pull /sdcard/"

am: b899f4fc

* commit 'b899f4fc':
  adbd: allow "adb pull /sdcard/"
parents 8cf8a9d0 b899f4fc
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ allow adbd shell_data_file:dir create_dir_perms;
allow adbd shell_data_file:file create_file_perms;
# adb push/pull sdcard.
allow adbd tmpfs:dir search;
allow adbd rootfs:lnk_file r_file_perms;
allow adbd sdcard_type:dir create_dir_perms;
allow adbd sdcard_type:file create_file_perms;
......
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