Fix stat of path components - this was breaking chrome - because the
authorbeck <beck@openbsd.org>
Tue, 28 Aug 2018 02:51:55 +0000 (02:51 +0000)
committerbeck <beck@openbsd.org>
Tue, 28 Aug 2018 02:51:55 +0000 (02:51 +0000)
commite523eebff5c34ae05b28463e868a68e2d651bca0
treeca91ed8b7f5b98199d445b4c3f6f4a33cca3304b
parentba253c9b48e4962abf50afbf26dd315727cb50ea
Fix stat of path components - this was breaking chrome - because the
final directory in a name unveil was not being added with UNVEIL_INSPECT
if it was not already unveiled. Now passes just added regress test for
this case
sys/kern/kern_unveil.c