blob: 539e8bc5b4a1a031fd5cc12ea62dd013f4347fea [file] [log] [blame]
Max Bires4ea55692017-12-11 16:19:23 -08001typeattribute traceur_app coredomain;
2
3userdebug_or_eng(`
4 app_domain(traceur_app);
Max Bires35c36382018-01-15 16:44:04 -08005 allow traceur_app debugfs_tracing:file rw_file_perms;
6 allow traceur_app debugfs_tracing_debug:file rw_file_perms;
7 allow traceur_app trace_data_file:file create_file_perms;
Max Bires842cc262018-01-22 19:59:35 -08008 allow traceur_app trace_data_file:dir { add_name getattr search write };
Max Bires4ea55692017-12-11 16:19:23 -08009 allow traceur_app atrace_exec:file rx_file_perms;
10')