Page MenuHomeFreeBSD

Update jail.8 for the NFS server daemons running in a vnet jail
ClosedPublic

Authored by rmacklem on Mar 12 2023, 10:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 20, 6:27 PM
Unknown Object (File)
Mon, Jan 20, 11:09 AM
Unknown Object (File)
Dec 28 2024, 3:50 AM
Unknown Object (File)
Dec 12 2024, 8:04 AM
Unknown Object (File)
Nov 27 2024, 12:49 AM
Unknown Object (File)
Nov 23 2024, 3:00 AM
Unknown Object (File)
Oct 19 2024, 12:16 AM
Unknown Object (File)
Oct 14 2024, 4:10 PM

Details

Summary

This patch updates the information for "allow.nfsd"
and adds configuration information.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Maybe manpages should review this one too.

usr.sbin/jail/jail.8
608

I think nfsd.ko should be .Va nfsd.ko on a line by itself.

611

.Va kld_list

617

I don't think "option" needs to be in bold; it should be on the next line. (Several occurrences, not all new)

619

This looks odd; maybe

.Dq kgssapi
and
.Dq kgssapi_krb5

620

.Va kld_list

usr.sbin/jail/jail.8
608

Or rather, .Pa nfsd.ko

usr.sbin/jail/jail.8
596

It might be helpful to be more precise and say that the root of the jail must be a mount point for a file system.

601
602
604
rmacklem marked 10 inline comments as done.

I'll load the updated diff with the recommended changes.

usr.sbin/jail/jail.8
617

Yea, I was doing what the rest of jail.8 did,
but I've changed it here.

rmacklem marked an inline comment as done.

Made the recommended changes.

I also added mountd and nfsd to See Also,
since I plan to add comments in those man
pages specific to the daemons use in jails.

This revision is now accepted and ready to land.Mar 14 2023, 12:47 PM

Fixable on commit.

usr.sbin/jail/jail.8
595
604
This revision was automatically updated to reflect the committed changes.