Skip to content
Snippets Groups Projects
Commit 35f5d80a authored by Chris Morin's avatar Chris Morin Committed by android-build-merger
Browse files

Merge "prevent benign dex2oat selinux denial temporarily" am: 8c87c2ad am: 3ede597e

am: 02323098

Change-Id: Icd0d8bd7fb0dfbeb637b0943521c8e3118dbef78
parents 71f35b47 02323098
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ allow webview_zygote isolated_app:process setpgid;
# Suppress denials to storage. Webview zygote should not be accessing.
dontaudit webview_zygote mnt_expand_file:dir getattr;
# TODO (b/72957399) remove this when webview_zygote is reparented to
# app_process zygote
dontaudit webview_zygote dex2oat_exec:file execute;
# Get seapp_contexts
allow webview_zygote seapp_contexts_file:file r_file_perms;
# Check validity of SELinux context before use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment