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)
Tue, Mar 12, 12:46 AM
Unknown Object (File)
Tue, Mar 12, 12:46 AM
Unknown Object (File)
Tue, Mar 12, 12:46 AM
Unknown Object (File)
Fri, Mar 8, 6:56 AM
Unknown Object (File)
Fri, Mar 8, 4:10 AM
Unknown Object (File)
Jan 5 2024, 8:16 AM
Unknown Object (File)
Jan 5 2024, 8:16 AM
Unknown Object (File)
Jan 5 2024, 8:03 AM

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Maybe manpages should review this one too.

usr.sbin/jail/jail.8
640

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

643

.Va kld_list

649

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

651

This looks odd; maybe

.Dq kgssapi
and
.Dq kgssapi_krb5

652

.Va kld_list

usr.sbin/jail/jail.8
640

Or rather, .Pa nfsd.ko

usr.sbin/jail/jail.8
628

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.

633
634
636
rmacklem marked 10 inline comments as done.

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

usr.sbin/jail/jail.8
649

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
604
627
This revision was automatically updated to reflect the committed changes.