blob: 0a9901aa33125eba55096646376db5e86c967920 [file] [log] [blame]
dcashman2e00e632016-10-12 14:58:09 -07001# app_domain fallout
2tmpfs_domain(isolated_app)
3# Map with PROT_EXEC.
4allow isolated_app isolated_app_tmpfs:file execute;
5
6# Read system properties managed by webview_zygote.
7allow isolated_app webview_zygote_tmpfs:file read;