Skip to content
Snippets Groups Projects
Commit 9023b2f0 authored by Robert Sesek's avatar Robert Sesek Committed by android-build-merger
Browse files

Merge "Allow webview_zygote to stat /sys/kernel/debug/tracing/trace_marker."...

Merge "Allow webview_zygote to stat /sys/kernel/debug/tracing/trace_marker." am: 2c222c1e am: 6774088b
am: d5b18693

Change-Id: Ib1b77645a64d53a04523c24bf419941df8c80531
parents 5b56cb31 d5b18693
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,11 @@ allow webview_zygote dalvikcache_data_file:dir r_dir_perms; ...@@ -25,6 +25,11 @@ allow webview_zygote dalvikcache_data_file:dir r_dir_perms;
allow webview_zygote dalvikcache_data_file:lnk_file r_file_perms; allow webview_zygote dalvikcache_data_file:lnk_file r_file_perms;
allow webview_zygote dalvikcache_data_file:file { r_file_perms execute }; allow webview_zygote dalvikcache_data_file:file { r_file_perms execute };
# Allow webview_zygote to stat the files that it opens. It must
# be able to inspect them so that it can reopen them on fork
# if necessary: b/30963384.
allow webview_zygote debugfs_trace_marker:file getattr;
# Allow webview_zygote to manage the pgroup of its children. # Allow webview_zygote to manage the pgroup of its children.
allow webview_zygote system_server:process getpgid; allow webview_zygote system_server:process getpgid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment