mirror of https://gitee.com/openkylin/libvirt.git
Don't output libvirt-UUID.files for LXC apparmor profiles
This commit is contained in:
parent
b1c9f79a84
commit
383e7126a8
|
@ -1342,7 +1342,8 @@ main(int argc, char **argv)
|
|||
vah_info(include_file);
|
||||
vah_info(included_files);
|
||||
rc = 0;
|
||||
} else if ((rc = update_include_file(include_file,
|
||||
} else if (ctl->def->virtType != VIR_DOMAIN_VIRT_LXC &&
|
||||
(rc = update_include_file(include_file,
|
||||
included_files,
|
||||
ctl->append)) != 0)
|
||||
goto cleanup;
|
||||
|
|
Loading…
Reference in New Issue