Function cap_primitives::fs::read_link
source · [−]Expand description
Perform a readlinkat
-like operation, ensuring that the resolution of the
path never escapes the directory tree rooted at start
, and also verifies
that the link target is not absolute.