Merge "Allow adbd to read perfetto_traces_data_file."

This commit is contained in:
Treehugger Robot 2018-11-08 18:29:30 +00:00 committed by Gerrit Code Review
commit e3c52b6934

View file

@ -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
###