Add WITH_LOADER_VERIEXEC_VECTX description

PR:		270017
Reviewed by:	emaste
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D39002
This commit is contained in:
Brooks Davis 2023-03-09 21:39:41 +00:00
parent 21735dfaeb
commit 3ac71149ba
2 changed files with 15 additions and 0 deletions

View File

@ -1047,6 +1047,14 @@ The kernel has to be built with a module to parse the manifest.
.Pp
Depends on
.Va WITH_LOADER_VERIEXEC .
.It Va WITH_LOADER_VERIEXEC_VECTX
Enable building
.Xr loader 8
with support for hashing and verifying kernel and modules as a side effect
of loading.
.Pp
Depends on
.Va WITH_LOADER_VERIEXEC .
.It Va WITHOUT_LOADER_ZFS
Do not build ZFS file system boot loader support.
.It Va WITHOUT_LOCALES

View File

@ -0,0 +1,7 @@
Enable building
.Xr loader 8
with support for hashing and verifying kernel and modules as a side effect
of loading.
.Pp
Depends on
.Va WITH_LOADER_VERIEXEC .