Skip to content
Snippets Groups Projects
Commit 6e12daf1 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

add permissions for adb shell to create symlinks in /data/local/tmp

Bug: 18485243

(cherry picked from commit fc6214bf)

Change-Id: I1b9e2705383bd0a3bae75b35906110e490f8785d
parent bd050a8e
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ allow shell anr_data_file:file r_file_perms; ...@@ -21,6 +21,7 @@ allow shell anr_data_file:file r_file_perms;
allow shell shell_data_file:dir create_dir_perms; allow shell shell_data_file:dir create_dir_perms;
allow shell shell_data_file:file create_file_perms; allow shell shell_data_file:file create_file_perms;
allow shell shell_data_file:file rx_file_perms; allow shell shell_data_file:file rx_file_perms;
allow shell shell_data_file:lnk_file create_file_perms;
# adb bugreport # adb bugreport
unix_socket_connect(shell, dumpstate, dumpstate) unix_socket_connect(shell, dumpstate, dumpstate)
......
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