blob: 1c20d78ecdb055d2ca26614dc4d5584883715af8 [file] [log] [blame]
Tri Vobc8dc3a2019-05-26 13:17:08 -07001# 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.
5with_asan(`
6typeattribute asan_extract coredomain;
7init_daemon_domain(asan_extract)
8')