commit | a1d78ff788d217ea60055347458a66450f936459 | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <jeffv@google.com> | Sat Oct 03 02:22:57 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sat Oct 03 02:22:57 2015 +0000 |
tree | bf26dbe5c467bd124ea678cd180d1207b7f8a824 | |
parent | f88e31ea90effd77a5af326780f952b5191cb67b [diff] | |
parent | b01a18b99e775f81e01a0f873e37301b82f8519e [diff] |
am b01a18b9: Merge "grant installd rx perms on toybox" * commit 'b01a18b99e775f81e01a0f873e37301b82f8519e': grant installd rx perms on toybox
diff --git a/installd.te b/installd.te index 819d2de..3b4d56a 100644 --- a/installd.te +++ b/installd.te
@@ -95,3 +95,6 @@ # Create and use pty created by android_fork_execvp(). allow installd devpts:chr_file rw_file_perms; + +# execute toybox for app relocation +allow installd toolbox_exec:file rx_file_perms;