aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-11-10 22:44:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-10 22:44:40 +0000
commit5aaa8e86f0d300ebfcf0ccade6c0e5b1fd80bb34 (patch)
tree0477088caff346e8e106b4204874b1d8a0468f90
parentcc132037e9bd2837f9e9c31e4fe7cb7f4df69a01 (diff)
parentb793492288b8272aeda12e1b139c060397e7cd7e (diff)
downloadsepolicy-5aaa8e86f0d300ebfcf0ccade6c0e5b1fd80bb34.tar.gz
am b7934922: allow run-as to access /data/local/tmp
* commit 'b793492288b8272aeda12e1b139c060397e7cd7e': allow run-as to access /data/local/tmp
-rw-r--r--runas.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/runas.te b/runas.te
index 1ce8e64..97f31f7 100644
--- a/runas.te
+++ b/runas.te
@@ -7,6 +7,7 @@ allow runas adbd:process sigchld;
allow runas shell:fd use;
allow runas shell:fifo_file { read write };
allow runas devpts:chr_file { read write ioctl };
+allow runas shell_data_file:file { read write };
# run-as reads package information.
allow runas system_data_file:file r_file_perms;