commit | 9f0af9ec26df20cdd6d19db5d23c9656cdc1fa83 | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Mon Nov 10 23:47:00 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Nov 10 23:47:01 2014 +0000 |
tree | 09c64d3c45e0350889822719f29254703c580eb2 | |
parent | b793492288b8272aeda12e1b139c060397e7cd7e [diff] | |
parent | 3df12275639c44d3c3623240d27a5d82d65b7421 [diff] |
Merge "zygote/dex2oat: Grant additional symlink permissions" into lmp-sprout-dev
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;