make realpath use O_PATH when opening the file
this avoids failure if the file is not readable and avoids odd behavior for device nodes, etc. on old kernels that lack O_PATH, the old behavior (O_RDONLY) will naturally happen as the fallback.
Showing
想要评论请 注册 或 登录