commit | 65cfc6722361570bfe255698d9cd4dccaf47570d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 13 15:56:26 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 15 02:21:45 2011 -0400 |
tree | d98ac0a392cf9abc1bbc3363448c8e072504c6a4 | |
parent | bcda76524cd1fa32af748536f27f674a13e56700 [diff] |
readlinkat(), fchownat() and fstatat() with empty relative pathnames For readlinkat() we simply allow empty pathname; it will fail unless we have dfd equal to O_PATH-opened symlink, so we are outside of POSIX scope here. For fchownat() and fstatat() we allow AT_EMPTY_PATH; let the caller explicitly ask for such behaviour. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>