diff options
Diffstat (limited to 'src/app_audit.c')
-rw-r--r-- | src/app_audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_audit.c b/src/app_audit.c index 09d67e0..0557a0f 100644 --- a/src/app_audit.c +++ b/src/app_audit.c @@ -100,7 +100,7 @@ static int audit_file(struct audit_ctx *actx, if (apk_fileinfo_get(dirfd, name, APK_FI_NOFOLLOW | APK_FI_XATTR_CSUM(dbf->acl->xattr_csum.type ?: APK_CHECKSUM_DEFAULT) | - APK_FI_CSUM(dbf->csum.type), + APK_FI_DIGEST(apk_dbf_digest(dbf)), &fi, &db->atoms) != 0) return -EPERM; |