Jerry Zhang | 1d85efa | 2018-05-29 10:54:16 -0700 | [diff] [blame] | 1 | # fastbootd (used in recovery init.rc for /sbin/fastbootd) |
2 | |||||
3 | # Declare the domain unconditionally so we can always reference it | ||||
4 | # in neverallow rules. | ||||
5 | type fastbootd, domain; | ||||
Inseob Kim | 09b27c7 | 2024-03-28 10:37:28 +0900 | [diff] [blame] | 6 | |
7 | # system/sepolicy/public is for vendor-facing type and attribute definitions. | ||||
8 | # DO NOT ADD allow, neverallow, or dontaudit statements here. | ||||
9 | # Instead, add such policy rules to system/sepolicy/private/*.te. |