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)
Tue, Apr 15, 10:45 PM
Unknown Object (File)
Mar 15 2025, 12:03 PM
Unknown Object (File)
Mar 15 2025, 11:49 AM
Unknown Object (File)
Mar 15 2025, 11:31 AM
Unknown Object (File)
Feb 16 2025, 6:42 AM
Unknown Object (File)
Jan 28 2025, 11:16 PM
Unknown Object (File)
Jan 24 2025, 7:25 PM
Unknown Object (File)
Nov 30 2024, 1:55 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.