Merge "Allow zygote to search tmpfs."
diff --git a/zygote.te b/zygote.te
index 24e4189..9707082 100644
--- a/zygote.te
+++ b/zygote.te
@@ -35,5 +35,5 @@
 allow zygote rootfs:dir mounton;
 allow zygote sdcard_type:dir { write search setattr create add_name mounton };
 dontaudit zygote self:capability fsetid;
-allow zygote tmpfs:dir { write create add_name setattr mounton };
+allow zygote tmpfs:dir { write create add_name setattr mounton search };
 allow zygote tmpfs:filesystem mount;