blob: 1e779645abd426728a26d1a10f07416f3d45ba85 [file] [log] [blame]
dcashman2e00e632016-10-12 14:58:09 -07001# systrace support - allow atrace to run
2allow shell debugfs_tracing:dir r_dir_perms;
Nick Kralevich4cae28d2017-02-11 22:01:58 -08003allow shell debugfs_tracing:file r_file_perms;
4allow shell tracing_shell_writable:file rw_file_perms;
dcashman2e00e632016-10-12 14:58:09 -07005allow shell debugfs_trace_marker:file getattr;
6allow shell atrace_exec:file rx_file_perms;
7
dcashman3e8dbf02016-12-08 11:23:34 -08008# Run app_process.
9# XXX Transition into its own domain?
10app_domain(shell)