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)
Fri, Nov 15, 3:16 PM
Unknown Object (File)
Sun, Nov 10, 4:32 PM
Unknown Object (File)
Thu, Nov 7, 3:33 PM
Unknown Object (File)
Wed, Nov 6, 10:38 AM
Unknown Object (File)
Wed, Oct 23, 4:03 PM
Unknown Object (File)
Tue, Oct 22, 10:15 AM
Unknown Object (File)
Oct 17 2024, 4:21 PM
Unknown Object (File)
Oct 16 2024, 7:36 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.