diff --git a/linux_os/guide/system/secureboot/group.yml b/linux_os/guide/system/secureboot/group.yml index ef21365aa1da..6b90ec08ed26 100644 --- a/linux_os/guide/system/secureboot/group.yml +++ b/linux_os/guide/system/secureboot/group.yml @@ -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. diff --git a/linux_os/guide/system/software/disk_partitioning/encrypt_partitions/rule.yml b/linux_os/guide/system/software/disk_partitioning/encrypt_partitions/rule.yml index 732f405e1a97..7d0c8aa188f6 100644 --- a/linux_os/guide/system/software/disk_partitioning/encrypt_partitions/rule.yml +++ b/linux_os/guide/system/software/disk_partitioning/encrypt_partitions/rule.yml @@ -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" %}} diff --git a/linux_os/guide/system/software/integrity/software-integrity/aide/aide_build_database/rule.yml b/linux_os/guide/system/software/integrity/software-integrity/aide/aide_build_database/rule.yml index 146f543b2a20..cdf4ae2f1477 100644 --- a/linux_os/guide/system/software/integrity/software-integrity/aide/aide_build_database/rule.yml +++ b/linux_os/guide/system/software/integrity/software-integrity/aide/aide_build_database/rule.yml @@ -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:
$ sudo {{{ aide_bin_path }}} --init