Skip to content
Snippets Groups Projects
Commit 5af7c660 authored by Robert Sesek's avatar Robert Sesek
Browse files

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

Test: m
Test: angler boots

Bug: 21643067
Change-Id: I7530120385766506405a318caac8ef143e71cce7
parent 685ef6b8
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.
Finish editing this message first!
Please register or to comment