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)
Sat, Nov 8, 1:08 AM
Unknown Object (File)
Thu, Nov 6, 2:28 AM
Unknown Object (File)
Tue, Nov 4, 12:37 AM
Unknown Object (File)
Wed, Oct 29, 11:55 AM
Unknown Object (File)
Wed, Oct 29, 11:53 AM
Unknown Object (File)
Wed, Oct 29, 11:51 AM
Unknown Object (File)
Mon, Oct 20, 3:06 AM
Unknown Object (File)
Wed, Oct 15, 11:53 PM
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.