Skip to content
Snippets Groups Projects
Commit b6dd66b8 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "suppress logspam" into oc-dr1-dev

am: 142f5dfe

Change-Id: I2b81ec72115592cea4987758283aa39aec919941
parents 3ea344b7 142f5dfe
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment