]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kgssapi: Add macros so that gssd(8) can run in vnet prison
authorRick Macklem <rmacklem@FreeBSD.org>
Wed, 15 Feb 2023 23:18:46 +0000 (15:18 -0800)
committerRick Macklem <rmacklem@FreeBSD.org>
Wed, 15 Feb 2023 23:18:46 +0000 (15:18 -0800)
commit2894c8c96b9b94f35aaa27ee5ef3ac11c276fe3f
treeca1918d631eb5d4e57cef5ab40d87b8c8e32a367
parent547fb1426cecf097a7eae023eb8a0fbde733178b
kgssapi: Add macros so that gssd(8) can run in vnet prison

Commit 7344856e3a6d added a lot of macros that will front end
vnet macros so that nfsd(8) can run in vnet prison.
This patch adds similar macros named KGSS_VNETxxx so that
the gssd(8) daemon can run in a vnet prison, once the
macros front end the vnet ones.  For now, they are null macros.

This is the last commit that adds macros.  The next step is
to change the macros to front end the vnet ones.

MFC after: 3 months
sys/kgssapi/gss_delete_sec_context.c
sys/kgssapi/gss_impl.c
sys/kgssapi/gss_release_cred.c
sys/kgssapi/gss_release_name.c
sys/kgssapi/gssapi_impl.h
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c