Jeff Vander Stoep | 77b290f | 2017-12-19 08:19:52 -0800 | [diff] [blame] | 1 | ### |
| 2 | ### Domain for all zygote spawned apps |
| 3 | ### |
| 4 | ### This file is the base policy for all zygote spawned apps. |
| 5 | ### Other policy files, such as isolated_app.te, untrusted_app.te, etc |
| 6 | ### extend from this policy. Only policies which should apply to ALL |
| 7 | ### zygote spawned apps should be added here. |
| 8 | ### |
Jeff Vander Stoep | 9f5d0d9 | 2019-01-29 14:43:45 -0800 | [diff] [blame] | 9 | type appdomain_tmpfs, file_type; |
Inseob Kim | 09b27c7 | 2024-03-28 10:37:28 +0900 | [diff] [blame] | 10 | |
| 11 | # system/sepolicy/public is for vendor-facing type and attribute definitions. |
| 12 | # DO NOT ADD allow, neverallow, or dontaudit statements here. |
| 13 | # Instead, add such policy rules to system/sepolicy/private/*.te. |