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
F171422381: D37888.diff
Fri, Sep 11, 1:29 AM
F171363801: D37888.id.diff
Thu, Sep 10, 4:55 PM
Unknown Object (File)
Wed, Sep 9, 9:25 PM
Unknown Object (File)
Tue, Sep 8, 2:57 AM
Unknown Object (File)
Sun, Sep 6, 1:15 PM
Unknown Object (File)
Sun, Sep 6, 8:41 AM
Unknown Object (File)
Sun, Sep 6, 5:35 AM
Unknown Object (File)
Sun, Sep 6, 1:52 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.