commit | f19cca3ee1eeecd3b9ddbb03fe27974f2291965d | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Mon Nov 10 19:33:06 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 10 19:33:06 2014 +0000 |
tree | aa598379b0b1dbb3555e213da19be65e65a93ed7 | |
parent | 1c16abd34034fe92cd413d86cc87ee366f00d7bc [diff] | |
parent | dd8571aa24b40add3ae78063228e61c3d1682020 [diff] |
Merge "allow run-as to access /data/local/tmp"
diff --git a/runas.te b/runas.te index 1ce8e64..97f31f7 100644 --- a/runas.te +++ b/runas.te
@@ -7,6 +7,7 @@ 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;