dcashman | 2e00e63 | 2016-10-12 14:58:09 -0700 | [diff] [blame] | 1 | # systrace support - allow atrace to run |
2 | allow shell debugfs_tracing:dir r_dir_perms; | ||||
3 | allow shell debugfs_tracing:file rw_file_perms; | ||||
4 | allow shell debugfs_trace_marker:file getattr; | ||||
5 | allow shell atrace_exec:file rx_file_perms; | ||||
6 | |||||
dcashman | 3e8dbf0 | 2016-12-08 11:23:34 -0800 | [diff] [blame] | 7 | # Run app_process. |
8 | # XXX Transition into its own domain? | ||||
9 | app_domain(shell) |