[Bug 287977] ZFS NFS exports allows mounts by clients not in the list of /etc/exports (though the files are inaccessible anyway)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 12 Jul 2025 22:40:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287977

--- Comment #12 from Rick Macklem <rmacklem@FreeBSD.org> ---
(In reply to Rick Macklem from comment #11)
Oh, there is a recent fix in mountd (git hash 68daa78).
Without that patch, you might need to restart mountd
for the exports line changes to take effect.
(In some cases related to a change in "-network", the
SGHUP was not sufficient to get the change to take effect.)

So, instead of "service mountd reload" you might need
to do "service mountd restart" after replacing the single
"V4:" line with the two lines.

-- 
You are receiving this mail because:
You are the assignee for the bug.