From fcfd2786ff217f0c0f9719aa5e482e07a19b2b10 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 23 Feb 2022 18:27:48 +0000 Subject: [PATCH] Update libglnx subproject * Improve compatibility with eCryptFS (related to #4673) * Improve compatibility with copying pseudo-files from /proc * Add a flag to skip fchown() in glnx_file_copy_at() * Add a rewinddir() wrapper to GLnxDirFdIterator * Rename its generated config header to libglnx-config.h * Fix a potential double-free while manipulating xattrs * Use REUSE for copyright/licensing statements Note that after merging this in an existing checkout, it will be necessary to re-run autogen.sh. Signed-off-by: Simon McVittie --- subprojects/libglnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/libglnx b/subprojects/libglnx index 013417ea..88da8ddd 160000 --- a/subprojects/libglnx +++ b/subprojects/libglnx @@ -1 +1 @@ -Subproject commit 013417ea72aa767aec15259271ef04846070be64 +Subproject commit 88da8ddd60bf0401f37c12b7bdcd20f8a9e955b5