blob: c9ed000f238b8c8cb5377f1e2f2fe4b4a8c78d2a [file] [log] [blame]
dcashman2e00e632016-10-12 14:58:09 -07001# app_domain fallout
2tmpfs_domain(untrusted_app)
3# Map with PROT_EXEC.
4allow 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
8create_pty(untrusted_app)