blob: 83c77b4cf89442a9798d29c7c42f346e27b5b227 [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;
8 allow traceur_app trace_data_file:dir { add_name search write };
Max Bires4ea55692017-12-11 16:19:23 -08009 allow traceur_app atrace_exec:file rx_file_perms;
10')