diff --git a/private/zygote.te b/private/zygote.te
index 0b087acb71710d8cfd86e417b8ca408e213f15f1..ec04d8fbb98c891eb9a2965fa0d5b794298a20c2 100644
--- a/private/zygote.te
+++ b/private/zygote.te
@@ -91,7 +91,7 @@ allow zygote mnt_user_file:lnk_file create_file_perms;
 # Allowed to mount user-specific storage into place
 allow zygote storage_file:dir { search mounton };
 # Allow mounting on sdcardfs dirs
-allow zygote sdcardfs:dir { mounton };
+allow zygote sdcardfs:dir { search mounton };
 
 # Handle --invoke-with command when launching Zygote with a wrapper command.
 allow zygote zygote_exec:file rx_file_perms;