Skip to content
Snippets Groups Projects
Commit 02323098 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

Change-Id: Ie3b4a150c35a5c08fc202c27921eeac8c6d9d2b0
parents 9d79370b 3ede597e
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,10 @@ allow webview_zygote isolated_app:process setpgid; ...@@ -47,6 +47,10 @@ allow webview_zygote isolated_app:process setpgid;
# Suppress denials to storage. Webview zygote should not be accessing. # Suppress denials to storage. Webview zygote should not be accessing.
dontaudit webview_zygote mnt_expand_file:dir getattr; 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 # Get seapp_contexts
allow webview_zygote seapp_contexts_file:file r_file_perms; allow webview_zygote seapp_contexts_file:file r_file_perms;
# Check validity of SELinux context before use. # 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