Stephen Smalley | 6d10ca8 | 2014-01-13 09:45:45 -0500 | [diff] [blame] | 1 | # recovery console (used in recovery init.rc for /sbin/recovery) |
Stephen Smalley | e60723a | 2014-05-29 16:40:15 -0400 | [diff] [blame] | 2 | |
| 3 | # Declare the domain unconditionally so we can always reference it |
| 4 | # in neverallow rules. |
Jeff Vander Stoep | 76aab82 | 2017-05-15 13:19:03 -0700 | [diff] [blame] | 5 | type recovery, 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. |