git: 13ab9fa09be7 - main - kernel: Add options for MAC_DEBUG and MAC_VERIEXEC_DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 20:05:49 UTC
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