https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253592

Allan Jude <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Allan Jude <[email protected]> ---
The sharenfs section likely needs to be almost entirely different on FreeBSD

basically, setting 'sharenfs=on' adds the mountpoint to /etc/zfs/exports which
mountd(8) reads in addition to /etc/exports

any other value is added as the flags in the file. You can use comma rather
than space to avoid quoting issues.
sharenfs=-maproot=nobody,alldirs,-network,10.1.1.0,-mask,255.255.255.0

etc.

I think there is a way to handle this upstream, as I think we include the
'jail' subsection only if compiling for FreeBSD

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"

Reply via email to