13 lines
403 B
Text
13 lines
403 B
Text
|
# type_transition must be private policy the domain_trans rules could stay
|
||
|
# public, but conceptually should go with this
|
||
|
init_daemon_domain(installd)
|
||
|
|
||
|
# Run dex2oat in its own sandbox.
|
||
|
domain_auto_trans(installd, dex2oat_exec, dex2oat)
|
||
|
|
||
|
# Run profman in its own sandbox.
|
||
|
domain_auto_trans(installd, profman_exec, profman)
|
||
|
|
||
|
# Run idmap in its own sandbox.
|
||
|
domain_auto_trans(installd, idmap_exec, idmap)
|