Merge "init: allow read of /sys/devices/virtual/block/zram"
diff --git a/private/webview_zygote.te b/private/webview_zygote.te
index f85d40c..7a11275 100644
--- a/private/webview_zygote.te
+++ b/private/webview_zygote.te
@@ -54,6 +54,9 @@
 # Check SELinux permissions.
 selinux_check_access(webview_zygote)
 
+# Directory listing in /system.
+allow zygote system_file:dir r_dir_perms;
+
 #####
 ##### Neverallow
 #####