summaryrefslogtreecommitdiff
path: root/util/nvmutil/lib
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-23 06:42:57 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-23 06:42:57 +0000
commitf18f995c42b22799a705eb2718fc137e008fbb36 (patch)
tree5b434711cfe564bbdaade86aa38dafe21e499ec2 /util/nvmutil/lib
parent186d612ac76cd4c12db47cc2cb92590145a65a40 (diff)
WIP remove xdev from openat2p
causes error on cross mount links e.g. /tmp tmpfs Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/lib')
-rw-r--r--util/nvmutil/lib/file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/nvmutil/lib/file.c b/util/nvmutil/lib/file.c
index 5dfe5947..f9a1ba8a 100644
--- a/util/nvmutil/lib/file.c
+++ b/util/nvmutil/lib/file.c
@@ -2208,8 +2208,7 @@ openat2p(int dirfd, const char *path,
.resolve =
RESOLVE_BENEATH |
RESOLVE_NO_SYMLINKS |
- RESOLVE_NO_MAGICLINKS |
- RESOLVE_NO_XDEV
+ RESOLVE_NO_MAGICLINKS
};
int saved_errno = errno;
int rval;