All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hornet: depend on CONFIG_SECURITY and CONFIG_BPF_SYSCALL
@ 2026-05-14  1:14 Paul Moore
  2026-05-14 15:20 ` Blaise Boscaccy
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Moore @ 2026-05-14  1:14 UTC (permalink / raw)
  To: linux-security-module; +Cc: Blaise Boscaccy

Hornet only makes sense as a LSM if the LSM framework is enabled
via CONFIG_SECURITY and eBPF is enabled via CONFIG_BPF_SYSCALL.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202605140655.YX9jzufG-lkp@intel.com/
Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 security/hornet/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/hornet/Kconfig b/security/hornet/Kconfig
index 5be71d97daee..537ad015958c 100644
--- a/security/hornet/Kconfig
+++ b/security/hornet/Kconfig
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config SECURITY_HORNET
 	bool "Hornet support"
+	depends on SECURITY && BPF_SYSCALL
 	select CRYPTO_LIB_SHA256
 	select PKCS7_MESSAGE_PARSER
 	select SYSTEM_DATA_VERIFICATION
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-14 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14  1:14 [PATCH] hornet: depend on CONFIG_SECURITY and CONFIG_BPF_SYSCALL Paul Moore
2026-05-14 15:20 ` Blaise Boscaccy
2026-05-14 16:57   ` Paul Moore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.