diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index 067a17f331..e82b5de2b4 100644 --- a/src/security/virt-aa-helper.c +++ b/src/security/virt-aa-helper.c @@ -877,6 +877,10 @@ storage_source_add_files(virStorageSource *src, if (add_file_path(tmp, depth, buf) < 0) return -1; + if (tmp->dataFileStore && + add_file_path(tmp->dataFileStore, depth, buf) < 0) + return -1; + depth++; }