Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 20:05:49 GMT
From:      "Stephen J. Kiernan" <stevek@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 13ab9fa09be7 - main - kernel: Add options for MAC_DEBUG and MAC_VERIEXEC_DEBUG
Message-ID:  <202404032005.433K5njg087320@gitrepo.freebsd.org>

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

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

commit 13ab9fa09be7da5eec95a55ae156f997ec6b37a9
Author:     Stephen J. Kiernan <stevek@FreeBSD.org>
AuthorDate: 2024-04-03 20:05:25 +0000
Commit:     Stephen J. Kiernan <stevek@FreeBSD.org>
CommitDate: 2024-04-03 20:05:25 +0000

    kernel: Add options for MAC_DEBUG and MAC_VERIEXEC_DEBUG
---
 sys/conf/options | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/conf/options b/sys/conf/options
index 555484360a2b..276c6c5067f7 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -156,6 +156,7 @@ MAC		opt_global.h
 MAC_BIBA	opt_dontuse.h
 MAC_BSDEXTENDED	opt_dontuse.h
 MAC_DDB		opt_dontuse.h
+MAC_DEBUG	opt_mac.h
 MAC_IFOFF	opt_dontuse.h
 MAC_IPACL	opt_dontuse.h
 MAC_LOMAC	opt_dontuse.h
@@ -171,6 +172,7 @@ MAC_STUB	opt_dontuse.h
 MAC_TEST	opt_dontuse.h
 MAC_GRANTBYLABEL	opt_dontuse.h
 MAC_VERIEXEC	opt_dontuse.h
+MAC_VERIEXEC_DEBUG	opt_mac.h
 MAC_VERIEXEC_SHA1	opt_dontuse.h
 MAC_VERIEXEC_SHA256	opt_dontuse.h
 MAC_VERIEXEC_SHA384	opt_dontuse.h



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