diff --git a/private/adbd.te b/private/adbd.te
index 685b2cc24ed1d3228b1616da4ee22b292953eee7..7dff8bc86c6df8dc905954d1a2a78290b48dfaf4 100644
--- a/private/adbd.te
+++ b/private/adbd.te
@@ -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
 ###