blob: c24bfd329a4df2a6fd00603eceacf11fe45b8ebc [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)
Jin Qianaf3eaf02017-03-23 12:28:20 -070013
14# allow shell to call dumpsys storaged
15binder_call(shell, storaged)