Merge "Allow adbd to read perfetto_traces_data_file."
This commit is contained in:
commit
e3c52b6934
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue