diff --git a/private/traceur_app.te b/private/traceur_app.te
index c9e6be1b7cb00f1b4319a6e6a64ed13da1b5c01e..a3c435ce535f234b7d7f0cc7f9064377f87aca98 100644
--- a/private/traceur_app.te
+++ b/private/traceur_app.te
@@ -9,7 +9,7 @@ userdebug_or_eng(`
 ')
 
 allow traceur_app trace_data_file:file create_file_perms;
-allow traceur_app trace_data_file:dir { add_name getattr search write };
+allow traceur_app trace_data_file:dir rw_dir_perms;
 allow traceur_app atrace_exec:file rx_file_perms;
 
 dontaudit traceur_app debugfs_tracing_debug:file audit_access;