blob: aab0a15c327c347d1596b46a7cd4fd01d44d96a0 [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute shell coredomain;
2
dcashman2e00e632016-10-12 14:58:09 -07003# systrace support - allow atrace to run
4allow shell debugfs_tracing:dir r_dir_perms;
Nick Kralevich4cae28d2017-02-11 22:01:58 -08005allow shell debugfs_tracing:file r_file_perms;
6allow shell tracing_shell_writable:file rw_file_perms;
dcashman2e00e632016-10-12 14:58:09 -07007allow shell debugfs_trace_marker:file getattr;
8allow shell atrace_exec:file rx_file_perms;
9
dcashman3e8dbf02016-12-08 11:23:34 -080010# Run app_process.
11# XXX Transition into its own domain?
12app_domain(shell)