From 141b00fb1e66ed59df0ef83e69807d87d83d7028 Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Wed, 16 May 2018 14:38:51 -0700
Subject: [PATCH] Fix diff in cherry-pick

Changes 2d626fd84ea0246c963ce2c87ae62461a60f8826 and
869562e9e30933b6e7342205b9eccd9fd769f5d9 are the same
commit, but with a different comment. Fix them up to be
the same.

Test: build
Change-Id: I6311413357f457d6ba95886b729ffa53ab80e016
---
 private/webview_zygote.te | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/private/webview_zygote.te b/private/webview_zygote.te
index c41f9cb3b..55b268a30 100644
--- a/private/webview_zygote.te
+++ b/private/webview_zygote.te
@@ -6,6 +6,8 @@ typeattribute webview_zygote coredomain;
 # The webview_zygote needs to be able to transition domains.
 typeattribute webview_zygote mlstrustedsubject;
 
+# Allow access to temporary files, which is normally permitted through
+# a domain macro.
 tmpfs_domain(webview_zygote);
 
 # Allow reading/executing installed binaries to enable preloading the
-- 
GitLab