Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2022 12:12:08 GMT
From:      =?utf-8?Q?Dag-Erling=20Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d3791ac46a31 - main - NOTES: add Veriexec options and modules.
Message-ID:  <202209091212.289CC87P069907@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=d3791ac46a31bf90c1fb47b5af8e68a242522681

commit d3791ac46a31bf90c1fb47b5af8e68a242522681
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-09-09 12:11:19 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-09-09 12:11:19 +0000

    NOTES: add Veriexec options and modules.
    
    Sponsored by:   Klara, Inc.
    MFC after:      1 week
---
 sys/conf/NOTES | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b3732568449c..455ae61ce135 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1247,6 +1247,12 @@ options 	MAC_PRIORITY
 options 	MAC_SEEOTHERUIDS
 options 	MAC_STUB
 options 	MAC_TEST
+options 	MAC_VERIEXEC
+options 	MAC_VERIEXEC_SHA1
+options 	MAC_VERIEXEC_SHA256
+options 	MAC_VERIEXEC_SHA384
+options 	MAC_VERIEXEC_SHA512
+device		mac_veriexec_parser
 
 # Support for Capsicum
 options 	CAPABILITIES	# fine-grained rights on file descriptors



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209091212.289CC87P069907>