Max Bires | 4ea5569 | 2017-12-11 16:19:23 -0800 | [diff] [blame] | 1 | typeattribute traceur_app coredomain; |
| 2 | |
| 3 | userdebug_or_eng(` |
| 4 | app_domain(traceur_app); |
Max Bires | 35c3638 | 2018-01-15 16:44:04 -0800 | [diff] [blame] | 5 | 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 Bires | 842cc26 | 2018-01-22 19:59:35 -0800 | [diff] [blame] | 8 | allow traceur_app trace_data_file:dir { add_name getattr search write }; |
Max Bires | 4ea5569 | 2017-12-11 16:19:23 -0800 | [diff] [blame] | 9 | allow traceur_app atrace_exec:file rx_file_perms; |
| 10 | ') |