Skip to content

Commit

Permalink
add permissions for adb shell to create symlinks in /data/local/tmp
Browse files Browse the repository at this point in the history
Bug: 18485243

(cherry picked from commit fc6214b)

Change-Id: I1b9e2705383bd0a3bae75b35906110e490f8785d
  • Loading branch information
bdcgoogle committed Dec 11, 2014
1 parent bd050a8 commit 6e12daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.te
Original file line number Diff line number Diff line change
Expand Up @@ -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:file create_file_perms;
allow shell shell_data_file:file rx_file_perms;
allow shell shell_data_file:lnk_file create_file_perms;

# adb bugreport
unix_socket_connect(shell, dumpstate, dumpstate)
Expand Down

0 comments on commit 6e12daf

Please sign in to comment.