Andreas Gampe | 82071b6 | 2017-03-21 19:39:01 -0700 | [diff] [blame] | 1 | # type_transition must be private policy the domain_trans rules could stay |
| 2 | # public, but conceptually should go with this |
| 3 | # Technically not a daemon but we do want the transition from init domain to |
| 4 | # asan_extract to occur. |
| 5 | with_asan(` |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame^] | 6 | typeattribute asan_extract coredomain; |
| 7 | init_daemon_domain(asan_extract) |
| 8 | |
| 9 | # We need to signal a reboot when done. |
| 10 | set_prop(asan_extract, powerctl_prop) |
Andreas Gampe | 82071b6 | 2017-03-21 19:39:01 -0700 | [diff] [blame] | 11 | ') |