1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Don't output libvirt-UUID.files for LXC apparmor profiles

This commit is contained in:
Cédric Bosdonnat 2014-07-09 16:15:02 +02:00 committed by Eric Blake
parent b1c9f79a84
commit 383e7126a8

View File

@ -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;