Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux_os/guide/system/secureboot/group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |-
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
is enabled, system boot loaders, the {{{ full_name }}} kernel, and all
kernel modules must be cryptographically signed with a private key.
This allows them to be authenticated with the corresponding public key.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ description: |-
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/8/install/install-InstallingOracleLinuxManually.html#system-options") }}}
{{% elif product == "ol9" %}}
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/9/install/install-InstallingOracleLinuxManually.html#system-options") }}}
{{% elif product == "ol10" %}}
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/10/install/install-InstallingOracleLinuxManually.html#system-options") }}}
{{% elif product == "sle12" %}}
{{{ weblink(link="https://documentation.suse.com/sles/12-SP5/html/SLES-all/cha-security-cryptofs.html") }}}
{{% elif product == "sle15" %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rationale: |-

warnings:
- general: |-
In RHEL Image Mode (bootc) systems, the AIDE database must be regenerated after each system update.
In {{{ full_name }}} Image Mode (bootc) systems, the AIDE database must be regenerated after each system update.
Image Mode systems receive updates through new container images that may include modified files.
After applying system updates, run the following commands to regenerate the AIDE database:
<pre>$ sudo {{{ aide_bin_path }}} --init</pre>
Expand Down
Loading