I'm noticing that the testing is mixing old and new parts of the

Is it maybe caused by this diff to vfs_lookup.c.  Is there a situation
where mfs behaves differently than other mountpoints?

revision 1.91
date: 2026/03/03 17:43:40;  author: beck;  state: Exp;  lines: +2 -1;  
commitid: igJJ5tcpzCDiqt1r;
Unveil fix for traversing up at a mount point in vfs_lookup.

This fixes an issue where we could use the wrong unveil
when we had a path starting with a .. starting from a directory
that was a mount point, and also was unveiled.

The fix ensures we remember traversing the unveil before
descending into the underlying filesystem.

fix by semarie@ with testing by me and deraadt@ and others

ok deraadt@




Reply via email to