---
src/security/virt-aa-helper.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index b5f66f3..d563b98 100644
--- a/src/security/virt-aa-helper.c
+++ b/src/security/virt-aa-helper.c
@@ -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;
--
1.8.4.5