blob: 4e332f6b5fb7ba4e1a90a81bf0be51ada9a327e4 [file] [log] [blame]
Inseob Kim9c0d7122024-07-22 18:04:18 +09001is_flag_enabled(RELEASE_AVF_ENABLE_EARLY_VM, `
2 # Domain for a child process that manages early VMs available before /data mount, on behalf of
3 # its parent.
4 type early_virtmgr, domain, coredomain;
5 type early_virtmgr_exec, system_file_type, exec_type, file_type;
6
7 use_bootstrap_libs(early_virtmgr)
8')