Expand description
Generic primitives for resolving a path against real symlinks in a
cap_std::fs::Dir-rooted filesystem.
Structsยง
- Path
Identity ๐ - The physical identity of a resolved path: the
(dev, ino)of its (symlink-resolved) parent directory, paired with its own leaf filename. - Path
Resolver ๐ - Resolves the symlinks in the parent (intermediate) components of a
declared tmpfiles.d path against the physical rootfs, so that it matches
what the
/varwalker inconvert_path_to_tmpfiles_d_recurseactually encounters on disk.