Skip to content
Snippets Groups Projects
Commit 8c87c2ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "prevent benign dex2oat selinux denial temporarily"

parents 9eb4de16 9644df47
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.
Finish editing this message first!
Please register or to comment