Merge "Allow traceur_app to access winscope traces" into main am: b378302763
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2707733 Change-Id: I45f861fe114fd824e99bcf771c23b3de875f70b1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
16ac6cda98
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ userdebug_or_eng(`
|
|||
|
||||
allow traceur_app trace_data_file:file create_file_perms;
|
||||
allow traceur_app trace_data_file:dir rw_dir_perms;
|
||||
allow traceur_app wm_trace_data_file:dir rw_dir_perms;
|
||||
allow traceur_app wm_trace_data_file:file { getattr r_file_perms unlink };
|
||||
allow traceur_app atrace_exec:file rx_file_perms;
|
||||
|
||||
# To exec the perfetto cmdline client and pass it the trace config on
|
||||
|
|
Loading…
Reference in a new issue