Stephen Smalley | 2dd4e51 | 2012-01-04 12:33:27 -0500 | [diff] [blame] | 1 | # zygote |
Alex Klyubin | 966efed | 2017-01-26 11:16:40 -0800 | [diff] [blame] | 2 | type zygote, domain; |
Jeff Vander Stoep | 41a2abf | 2019-01-23 15:07:40 -0800 | [diff] [blame] | 3 | type zygote_tmpfs, file_type; |
Nick Kralevich | 5e37271 | 2018-09-27 10:21:37 -0700 | [diff] [blame] | 4 | type zygote_exec, system_file_type, exec_type, file_type; |
Inseob Kim | 09b27c7 | 2024-03-28 10:37:28 +0900 | [diff] [blame] | 5 | |
| 6 | # system/sepolicy/public is for vendor-facing type and attribute definitions. |
| 7 | # DO NOT ADD allow, neverallow, or dontaudit statements here. |
| 8 | # Instead, add such policy rules to system/sepolicy/private/*.te. |