diff --git a/private/webview_zygote.te b/private/webview_zygote.te
index f85d40cdbbff66b066a812cd107ce5e0f6a91234..7a11275d570ff91620909ffdb24c0f2c5ac861b3 100644
--- a/private/webview_zygote.te
+++ b/private/webview_zygote.te
@@ -54,6 +54,9 @@ selinux_check_context(webview_zygote)
 # Check SELinux permissions.
 selinux_check_access(webview_zygote)
 
+# Directory listing in /system.
+allow zygote system_file:dir r_dir_perms;
+
 #####
 ##### Neverallow
 #####