Provide a src.conf(5) description for the new WITHOUT_CAROOT option, and

rename the WITH_LOADER_VERIEXEC_PASS_MANFIEST description to its correct
name.  Also correct a bunch of spelling errors in that description.

MFC after:	3 days
This commit is contained in:
dim 2019-10-18 19:30:12 +00:00
parent 70e6052cef
commit e01851b608
5 changed files with 16 additions and 13 deletions

View File

@ -0,0 +1,3 @@
.\" $FreeBSD$
Set to not add the trusted certificates from the Mozilla NSS bundle to
base.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
Enable building
.Xr loader 8
with support for verifcation similar to Verified Exec.
with support for verification similar to Verified Exec.
.Pp
It depends on
.Va WITH_BEARSSL
Depends on
.Va WITH_BEARSSL .

View File

@ -1,8 +0,0 @@
.\" $FreeBSD$
Enable building
.Xr loader 8
with support to pass a verified manifest to kernel.
Kernel has to be build with a module to parse the manfiest.
.Pp
It depends on
.Va WITH_LOADER_VERIEXEC

View File

@ -0,0 +1,8 @@
.\" $FreeBSD$
Enable building
.Xr loader 8
with support to pass a verified manifest to the kernel.
The kernel has to be built with a module to parse the manifest.
.Pp
Depends on
.Va WITH_LOADER_VERIEXEC .

View File

@ -5,5 +5,5 @@ which loads the contents of verified manifests into the kernel
for use by
.Xr mac_veriexec 4
.Pp
It depends on
.Va WITH_BEARSSL
Depends on
.Va WITH_BEARSSL .