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 | |||||
7 | # app_domain fallout | ||||
8 | tmpfs_domain(shell) | ||||
9 | # Map with PROT_EXEC. | ||||
10 | allow shell shell_tmpfs:file execute; |