am 2c38b3b8: DO NOT MERGE: allow access to labeled executables in /system

* commit '2c38b3b8099a26d4da1dead2d1f87f616f4df6fd':
  DO NOT MERGE: allow access to labeled executables in /system
This commit is contained in:
Nick Kralevich 2014-10-23 07:58:25 +00:00 committed by Android Git Automerger
commit c4ed15a886

View File

@ -65,6 +65,10 @@ allow adbd app_data_file:dir search;
allow adbd app_data_file:sock_file write;
allow adbd appdomain:unix_stream_socket connectto;
# b/18078338 - allow read access to executable types on /system
# to assist with debugging OTA issues.
allow adbd exec_type:file r_file_perms;
# ndk-gdb invokes adb pull of app_process, linker, and libc.so.
allow adbd zygote_exec:file r_file_perms;
allow adbd system_file:file r_file_perms;