blob: 802ffc0ab127bf3ba0aa63e926a42fd7243b70db [file] [log] [blame]
dcashman2e00e632016-10-12 14:58:09 -07001# systrace support - allow atrace to run
2allow shell debugfs_tracing:dir r_dir_perms;
3allow shell debugfs_tracing:file rw_file_perms;
4allow shell debugfs_trace_marker:file getattr;
5allow shell atrace_exec:file rx_file_perms;
6
7# app_domain fallout
8tmpfs_domain(shell)
9# Map with PROT_EXEC.
10allow shell shell_tmpfs:file execute;