Merge "Allow Traceur app to remove trace files."
diff --git a/private/traceur_app.te b/private/traceur_app.te
index c9e6be1..a3c435c 100644
--- a/private/traceur_app.te
+++ b/private/traceur_app.te
@@ -9,7 +9,7 @@
 ')
 
 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;