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)
Nov 30 2024, 1:55 PM
Unknown Object (File)
Nov 24 2024, 10:07 PM
Unknown Object (File)
Nov 24 2024, 8:38 AM
Unknown Object (File)
Nov 21 2024, 7:21 PM
Unknown Object (File)
Nov 19 2024, 11:26 PM
Unknown Object (File)
Nov 19 2024, 4:09 PM
Unknown Object (File)
Nov 19 2024, 8:24 AM
Unknown Object (File)
Nov 19 2024, 6:25 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.