Skip to content
Snippets Groups Projects
Commit 142f5dfe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "suppress logspam" into oc-dr1-dev

parents f6be4b66 fc283871
Branches
Tags
No related merge requests found
...@@ -46,6 +46,10 @@ allow isolated_app webview_zygote:unix_dgram_socket write; ...@@ -46,6 +46,10 @@ allow isolated_app webview_zygote:unix_dgram_socket write;
# Read system properties managed by webview_zygote. # Read system properties managed by webview_zygote.
allow isolated_app webview_zygote_tmpfs:file read; allow isolated_app webview_zygote_tmpfs:file read;
# TODO (b/63631799) fix this access
# suppress denials to /data/local/tmp
dontaudit isolated_app shell_data_file:dir search;
##### #####
##### Neverallow ##### Neverallow
##### #####
......
...@@ -43,6 +43,10 @@ allow webview_zygote system_server:process getpgid; ...@@ -43,6 +43,10 @@ allow webview_zygote system_server:process getpgid;
# Interaction between the webview_zygote and its children. # Interaction between the webview_zygote and its children.
allow webview_zygote isolated_app:process setpgid; allow webview_zygote isolated_app:process setpgid;
# TODO (b/63631799) fix this access
# Suppress denials to storage. Webview zygote should not be accessing.
dontaudit webview_zygote mnt_expand_file:dir getattr;
# 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.
Please register or to comment