Skip to content
Snippets Groups Projects
Commit f270aea6 authored by Florian Mayer's avatar Florian Mayer
Browse files

Allow adbd to read perfetto_traces_data_file.

This allows to use adb pull on Perfetto traces on user.

Bug: 118747482

Change-Id: Ie4deed90597b412ccb0e9e6512ffed2acead82d8
parent 52261e78
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,10 @@ r_dir_file(adbd, apk_data_file)
allow adbd rootfs:dir r_dir_perms;
# Allow to pull Perfetto traces.
allow adbd perfetto_traces_data_file:file r_file_perms;
allow adbd perfetto_traces_data_file:dir r_dir_perms;
###
### Neverallow rules
###
......
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