commit | e9d43070e4a07334054662cd98b2ccc027c9e0d1 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Mon Dec 07 23:20:33 2015 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Dec 07 23:20:33 2015 +0000 |
tree | 80404c5832ff35e67d487fc67c129b405a05e9c9 | |
parent | 8cf8a9d01cba0789f7914eeb7292c59a41c84543 [diff] | |
parent | b899f4fc33e93ad6ec3d81c39e17eae5ea2fef4f [diff] |
adbd: allow "adb pull /sdcard/" am: b899f4fc33 * commit 'b899f4fc33e93ad6ec3d81c39e17eae5ea2fef4f': adbd: allow "adb pull /sdcard/"
diff --git a/adbd.te b/adbd.te index a35d570..34c0ae9 100644 --- a/adbd.te +++ b/adbd.te
@@ -35,6 +35,8 @@ 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;