]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
O_PATH: allow vnode kevent filter on such files
authorKonstantin Belousov <kib@FreeBSD.org>
Wed, 7 Apr 2021 18:31:48 +0000 (21:31 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Thu, 15 Apr 2021 09:49:18 +0000 (12:49 +0300)
commitbbf7a4e878ed6828d13c7029c128a7e60dc25391
treecd867e0427d9e79dd617063fa1e0833d9850b3fb
parentf9b923af34a6749c7703b957742f33cc02a485a2
O_PATH: allow vnode kevent filter on such files

if VREAD access is checked as allowed during open

Requested by: wulf
Reviewed by: markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D29323
lib/libc/sys/open.2
sys/kern/kern_descrip.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vnops.c
sys/sys/fcntl.h
sys/sys/file.h