blob: a3c435ce535f234b7d7f0cc7f9064377f87aca98 [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;
Carmen Jackson2c8ca452018-01-30 18:14:45 -08005allow traceur_app debugfs_tracing_debug:dir r_dir_perms;
Jeff Vander Stoepde045282018-01-09 12:24:47 -08006
Max Bires4ea55692017-12-11 16:19:23 -08007userdebug_or_eng(`
Max Bires35c36382018-01-15 16:44:04 -08008 allow traceur_app debugfs_tracing_debug:file rw_file_perms;
Max Bires4ea55692017-12-11 16:19:23 -08009')
Jeff Vander Stoepde045282018-01-09 12:24:47 -080010
11allow traceur_app trace_data_file:file create_file_perms;
Carmen Jacksonfa0bf192018-02-20 14:47:08 -080012allow traceur_app trace_data_file:dir rw_dir_perms;
Jeff Vander Stoepde045282018-01-09 12:24:47 -080013allow traceur_app atrace_exec:file rx_file_perms;
Carmen Jackson2c8ca452018-01-30 18:14:45 -080014
15dontaudit traceur_app debugfs_tracing_debug:file audit_access;