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;