am eee138c2: Merge "Allow zygote to search tmpfs."
* commit 'eee138c2db6916a2b965819b1c25f10c490c329a':
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;