Merge "Allow traced_probes to list the system partition"
diff --git a/private/traced_probes.te b/private/traced_probes.te
index 03ace75..22746e7 100644
--- a/private/traced_probes.te
+++ b/private/traced_probes.te
@@ -32,6 +32,9 @@
 # Allow to log to kernel dmesg when starting / stopping ftrace.
 allow traced_probes kmsg_device:chr_file write;
 
+# Allow traced_probes to list the system partition.
+allow traced_probes system_file:dir { open read };
+
 ###
 ### Neverallow rules
 ###