Server IP : 15.235.198.142 / Your IP : 216.73.216.171 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/modules/6.8.0-60-generic/build/drivers/virt/coco/efi_secret/ |
Upload File : |
# 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.