2017-03-22 03:39:01 +01:00
|
|
|
# type_transition must be private policy the domain_trans rules could stay
|
|
|
|
# public, but conceptually should go with this
|
|
|
|
# Technically not a daemon but we do want the transition from init domain to
|
|
|
|
# asan_extract to occur.
|
|
|
|
with_asan(`
|
2020-03-04 09:20:35 +01:00
|
|
|
typeattribute asan_extract coredomain;
|
|
|
|
init_daemon_domain(asan_extract)
|
|
|
|
|
|
|
|
# We need to signal a reboot when done.
|
|
|
|
set_prop(asan_extract, powerctl_prop)
|
2017-03-22 03:39:01 +01:00
|
|
|
')
|