File: group.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (17 lines) | stat: -rw-r--r-- 803 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
documentation_complete: true

title: 'Secure boot configuration'

description: |-
  Secure Boot is a protocol that enables a safe and trusted path during the Linux boot process.
  It verifies that the code the firmware loads on a motherboard is the code
  that the user intends for the computer to load.

  Secure Boot is part of the Unified Extensible Firmware Interface (UEFI). The protocol
  defines a process that prevents the loading of unsigned drivers, boot loaders, or
  kernel modules (or those with unacceptable digital signatures). When Secure Boot
  is enabled, system boot loaders, the Red Hat Enterprise Linux kernel, and all
  kernel modules must be cryptographically signed with a private key.
  This allows them to be authenticated with the corresponding public key.

platform: machine