diff --git a/private/traceur_app.te b/private/traceur_app.te index 83c77b4cf89442a9798d29c7c42f346e27b5b227..539e8bc5b4a1a031fd5cc12ea62dd013f4347fea 100644 --- a/private/traceur_app.te +++ b/private/traceur_app.te @@ -5,6 +5,6 @@ userdebug_or_eng(` allow traceur_app debugfs_tracing:file rw_file_perms; allow traceur_app debugfs_tracing_debug:file rw_file_perms; allow traceur_app trace_data_file:file create_file_perms; - allow traceur_app trace_data_file:dir { add_name search write }; + allow traceur_app trace_data_file:dir { add_name getattr search write }; allow traceur_app atrace_exec:file rx_file_perms; ')