Errata/Security

The Errata information is provided into the redpesk OS through the metadata of the baseos repository called updateinfo.xml. It provides the following elements:

  • Security advisories (RHSA)
  • Bugfix advisories (RHBA)
  • Enhancement advisories (RHEA)

This information is matching the Red Hat errata for now and can be found on target, running:

dnf updateinfo

An example to see all advisories installed on your target:

dnf updateinfo --installed --list

An example to see all available security updates to install on your target:

dnf updateinfo list updates security

You can find more information on Red Hat documentation regarding security updates.