04a85a1ba0
Ignore-AOSP-First: T finalization Bug: 225745567 Test: Build Change-Id: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7 Merged-In: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
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)
|
|
')
|