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

adbd: allow "adb pull /sdcard/" am: b899f4fc am: e9d43070

am: 80c34f6a

* commit '80c34f6a':
  adbd: allow "adb pull /sdcard/"
parents 4d916ec2 80c34f6a
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