aboutsummaryrefslogtreecommitdiffstats
path: root/shell.te
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-12-09 23:49:31 -0800
committerBrian Carlstrom <bdc@google.com>2014-12-10 15:45:09 -0800
commitfc6214bf5d571c4d8d364538b8160628dc380c5c (patch)
tree53727919a09e19b7376735303fc889d45e258148 /shell.te
parent10ecd05df39b25f4b504f795adafae5f45084a59 (diff)
downloadandroid_external_sepolicy-fc6214bf5d571c4d8d364538b8160628dc380c5c.tar.gz
android_external_sepolicy-fc6214bf5d571c4d8d364538b8160628dc380c5c.tar.bz2
android_external_sepolicy-fc6214bf5d571c4d8d364538b8160628dc380c5c.zip
add permissions for adb shell to create symlinks in /data/local/tmp
Bug: 18485243 Change-Id: Ic17baa0767ee1f1a27a3338558b86482ca92765e
Diffstat (limited to 'shell.te')
-rw-r--r--shell.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.te b/shell.te
index 5f70cd0..77b21be 100644
--- a/shell.te
+++ b/shell.te
@@ -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)