HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/src/linux-headers-6.8.0-87/drivers/virt/coco/efi_secret/Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config EFI_SECRET
	tristate "EFI secret area securityfs support"
	depends on EFI && X86_64
	select EFI_COCO_SECRET
	select SECURITYFS
	help
	  This is a driver for accessing the EFI secret area via securityfs.
	  The EFI secret area is a memory area designated by the firmware for
	  confidential computing secret injection (for example for AMD SEV
	  guests).  The driver exposes the secrets as files in
	  <securityfs>/secrets/coco.  Files can be read and deleted (deleting
	  a file wipes the secret from memory).

	  To compile this driver as a module, choose M here.
	  The module will be called efi_secret.