diff --git a/src/libostree/ostree-repo-verity.c b/src/libostree/ostree-repo-verity.c index 196cf46a36..0c85ad3119 100644 --- a/src/libostree/ostree-repo-verity.c +++ b/src/libostree/ostree-repo-verity.c @@ -229,6 +229,9 @@ _ostree_ensure_fsverity (OstreeRepo *self, gboolean allow_enoent, int dirfd, con struct stat buf; gboolean supported; + if (supported_out) + *supported_out = TRUE; + if (fstatat (dirfd, path, &buf, AT_SYMLINK_NOFOLLOW) != 0) { if (errno == ENOENT && allow_enoent)