traced_probes: Read tracefs directories in userdebug am: 4802cbd955
am: 2d15bd7045
Change-Id: I93c7584b51eaca3b58fb33128ceb29b6bf829035
diff --git a/private/traced_probes.te b/private/traced_probes.te
index b0b87d8..ad6611c 100644
--- a/private/traced_probes.te
+++ b/private/traced_probes.te
@@ -18,6 +18,7 @@
# TODO(primiano): temporarily I/O tracing categories are still
# userdebug only until we nail down the blacklist/whitelist.
userdebug_or_eng(`
+allow traced_probes debugfs_tracing_debug:dir r_dir_perms;
allow traced_probes debugfs_tracing_debug:file rw_file_perms;
')