dcashman | 2e00e63 | 2016-10-12 14:58:09 -0700 | [diff] [blame] | 1 | # app_domain fallout |
2 | tmpfs_domain(untrusted_app) | ||||
3 | # Map with PROT_EXEC. | ||||
4 | allow untrusted_app untrusted_app_tmpfs:file execute; | ||||
5 | |||||
6 | # Allow the allocation and use of ptys | ||||
7 | # Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm | ||||
8 | create_pty(untrusted_app) |