dcashman | 2e00e63 | 2016-10-12 14:58:09 -0700 | [diff] [blame^] | 1 | # app_domain fallout |
2 | tmpfs_domain(isolated_app) | ||||
3 | # Map with PROT_EXEC. | ||||
4 | allow isolated_app isolated_app_tmpfs:file execute; | ||||
5 | |||||
6 | # Read system properties managed by webview_zygote. | ||||
7 | allow isolated_app webview_zygote_tmpfs:file read; |