Searched hist:"14 d3b069199d6a780cb83f55dfff11ed1ccea69d" (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_o_search.c | diff 14d3b069199d6a780cb83f55dfff11ed1ccea69d Fri Feb 07 23:36:37 CET 2020 Kyle Evans <kevans@FreeBSD.org> O_SEARCH test: mark revokex an expected fail on NFS
The revokex test does not work when the scratch directory is created on NFS. Given the nature of NFS, it likely can never work without looking like a security hole since O_SEARCH would rely on the server knowing that the directory did have +x at the time of open and that it's OK for it to have been revoked based on POSIX specification for O_SEARCH.
This does mean that O_SEARCH is only partially functional on NFS in general, but I suspect the execute bit getting revoked in the process is likely not common.
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D23573
|