From 42d82b42ffdea559284227f01d882de692c88353 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Wed, 3 Jan 2018 08:46:05 -0800 Subject: [PATCH] Fix permission typo zygote->webview_zygote. Forgot to ammend local change. Test: webview_zygote denials are gone. Change-Id: I02869812feafd127b39e567c28e7278133770e97 --- private/webview_zygote.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/webview_zygote.te b/private/webview_zygote.te index 7a11275d5..78fa5f0e1 100644 --- a/private/webview_zygote.te +++ b/private/webview_zygote.te @@ -55,7 +55,7 @@ selinux_check_context(webview_zygote) selinux_check_access(webview_zygote) # Directory listing in /system. -allow zygote system_file:dir r_dir_perms; +allow webview_zygote system_file:dir r_dir_perms; ##### ##### Neverallow -- GitLab