yukawa: Fix SELinux webview_zygote issue

Bug: 138401403
Test: Manual

Change-Id: Id2dba5ed1e6965c82c04d20cda4ca7973936ce4f
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/sepolicy/webview_zygote.te b/sepolicy/webview_zygote.te
new file mode 100644
index 0000000..1be0d29
--- /dev/null
+++ b/sepolicy/webview_zygote.te
@@ -0,0 +1,6 @@
+allow webview_zygote zygote:unix_dgram_socket { write };
+allow webview_zygote tombstoned:unix_stream_socket { connectto };
+allow webview_zygote tombstoned:fd { use };
+allow webview_zygote tombstone_data_file:file { append };
+allow webview_zygote tombstoned_crash_socket:sock_file { write };
+allow webview_zygote zygote_exec:file { read open getattr };