Value | Meaning |
---|---|
RESOLVE_NO_XDEV0x01 | Block mount-point crossings (includes bind-mounts). |
RESOLVE_NO_MAGICLINKS0x02 | Block traversal through procfs-style "magic-links". |
RESOLVE_NO_SYMLINKS0x04 | Block traversal through all symlinks (implies OEXT_NO_MAGICLINKS) |
RESOLVE_BENEATH0x08 | Block "lexical" trickery like "..", symlinks, and absolute paths which escape the dirfd. |
RESOLVE_IN_ROOT0x10 | Make all jumps to "/" and ".." be scoped inside the dirfd (similar to chroot(2)). |
Resolve flags