blob: e2d55f89e7a6801e367c7e0294d7b8cfedff903c [file] [log] [blame]
Max Bires4ea55692017-12-11 16:19:23 -08001typeattribute traceur_app coredomain;
2
Jeff Vander Stoepde045282018-01-09 12:24:47 -08003app_domain(traceur_app);
4allow traceur_app debugfs_tracing:file rw_file_perms;
5
Max Bires4ea55692017-12-11 16:19:23 -08006userdebug_or_eng(`
Max Bires35c36382018-01-15 16:44:04 -08007 allow traceur_app debugfs_tracing_debug:file rw_file_perms;
Max Bires4ea55692017-12-11 16:19:23 -08008')
Jeff Vander Stoepde045282018-01-09 12:24:47 -08009
10allow traceur_app trace_data_file:file create_file_perms;
11allow traceur_app trace_data_file:dir { add_name getattr search write };
12allow traceur_app atrace_exec:file rx_file_perms;