1typeattribute traceur_app coredomain;
2
3app_domain(traceur_app);
4allow traceur_app debugfs_tracing:file rw_file_perms;
5allow traceur_app debugfs_tracing_debug:dir r_dir_perms;
6
7userdebug_or_eng(`
8  allow traceur_app debugfs_tracing_debug:file rw_file_perms;
9')
10
11allow traceur_app trace_data_file:file create_file_perms;
12allow traceur_app trace_data_file:dir rw_dir_perms;
13allow traceur_app atrace_exec:file rx_file_perms;
14
15dontaudit traceur_app debugfs_tracing_debug:file audit_access;
16