Page MenuHomeFreeBSD

Patch the kgssapi do that it can run in a vnet prison
AbandonedPublic

Authored by rmacklem on Dec 28 2022, 12:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 9:14 AM
Unknown Object (File)
Mon, Aug 10, 6:29 AM
Unknown Object (File)
Sun, Aug 2, 9:39 AM
Unknown Object (File)
Sat, Aug 1, 11:44 PM
Unknown Object (File)
Fri, Jul 31, 8:19 PM
Unknown Object (File)
Sun, Jul 26, 12:26 AM
Unknown Object (File)
Tue, Jul 21, 12:05 AM
Unknown Object (File)
Mon, Jul 20, 9:46 AM
Subscribers

Details

Reviewers
bz
jamie
asomers
Summary

D37519 allows mountd(8)/nfsd(8) to optionally run in a vnet
prison. This patch allows gssd(8) to run in a vnet prison
as well, so that nfsd(8) can support Kerberized NFS mounts.

This patch completes the set required to support all NFS
mounts in a vnet prison.

Test Plan

Did Kerberized NFS mounts to nfsd(8) in vnet
prisons configured to only allow Kerberized mounts.
(ie sys=krb5)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

One file in sys/rpc/rpcsec_gss was missing from
the diff.

The changes in this patch are now a part of D37519.