Skip to content
Snippets Groups Projects
Commit 6774088b 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."

am: 2c222c1e

Change-Id: I89d6c56ce6d29dfb184f9eb95aaaa49909e25b44
parents 5fa3dd06 2c222c1e
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;
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 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 system_server:process getpgid;
......
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