1f93d9bca5
Bug: 279809333
Test: build
Change-Id: If6ef4c3b02d06212923e757fb68aa74e38c68db3
(cherry picked from commit 39dd515546
)
11 lines
398 B
Text
11 lines
398 B
Text
# 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(`
|
|
typeattribute asan_extract coredomain;
|
|
init_daemon_domain(asan_extract)
|
|
|
|
# We need to signal a reboot when done.
|
|
set_prop(asan_extract, powerctl_prop)
|
|
')
|