]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kdump: expand comment on reasons for CAPFAIL_LOOKUP
authoremaste <emaste@FreeBSD.org>
Mon, 18 Feb 2019 03:49:16 +0000 (03:49 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 18 Feb 2019 03:49:16 +0000 (03:49 +0000)
commite63c279cf7392b5494d32b13ed20c7a5e34cf8b6
tree6e68170c1897f697efd44a351d53995244f65325
parent2085d70f7d33d4e24cfcf644637a008f180bf5b8
kdump: expand comment on reasons for CAPFAIL_LOOKUP

Comment for CAPFAIL_LOOKUP refered only to paths containing ".." but
it is returned for other restricted VFS lookup cases, such as absolute
paths or openat(AT_FDCWD, ...).
usr.bin/kdump/kdump.c