We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Linux's openat2 syscall with the RESOLVE_BENEATH flag opens a file within some root directory. We should use it when available.
openat2
RESOLVE_BENEATH
openat2 is only supported since Linux 5.6, so we'll still need a fallback on older versions.