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:
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…
x
Reference in New Issue
Block a user