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, Oct 11, 5:01 PM
Unknown Object (File)
Sat, Oct 11, 8:26 AM
Unknown Object (File)
Sat, Oct 11, 8:26 AM
Unknown Object (File)
Sat, Oct 11, 8:25 AM
Unknown Object (File)
Sat, Oct 11, 1:02 AM
Unknown Object (File)
Thu, Sep 18, 2:39 PM
Unknown Object (File)
Wed, Sep 17, 8:37 PM
Unknown Object (File)
Mon, Sep 15, 8:28 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.