Closed cyphar closed 4 months ago
O_NOFOLLOW doesn't make a sense as a flag. Instead, we should have a Root::resolve_nofollow. This also makes it easy to implement Root::readlink.
O_NOFOLLOW
Root::resolve_nofollow
Root::readlink
O_NOFOLLOW
doesn't make a sense as a flag. Instead, we should have aRoot::resolve_nofollow
. This also makes it easy to implementRoot::readlink
.