cancel
Showing results for 
Search instead for 
Did you mean: 
Deanna
Community Manager
Community Manager
  • 2,088 Views

Welcome to the Red Hat Security: Linux in Physical, Virtual, and Cloud (RH415) group!

We are excited to launch a space dedicated to the Red Hat Training course Red Hat Security: Linux in Physical, Virtual, and Cloud!

To gain the most value from this group - click the "Join Group" button in the upper right hand corner of the group home page.

We encourage group members to collaborate in this group to discuss topics, ask questions, share best practices and tips, provide course feedback, and share their accomplishments as it relates to RH415.

Read more about Red Hat Security: Linux in Physical, Virtual, and Cloud here.

--
Deanna
Labels (2)
13 Replies
martindxc
Flight Engineer
Flight Engineer
  • 1,805 Views

Hi,
will 9.2 update of this course stay without videos ?
martindxc
Flight Engineer
Flight Engineer
  • 1,803 Views

Oops. I posted this from the course itself. But when I went to the "forums" I found the link: https://learn.redhat.com/t5/RH415-Red-Hat-Security-Linux-in/RH415-v9-2-Explain-Videos/m-p/41614#M20

Sorry for the extra fuzz here.

KeyboardCatSec
Mission Specialist
Mission Specialist
  • 1,549 Views

Figure 1.2 has a typo "Deply" should read "Deploy"
Chetan_Tiwary_
Community Manager
Community Manager
  • 1,462 Views

@KeyboardCatSec where exactly ? In v9 ? 

0 Kudos
KeyboardCatSec
Mission Specialist
Mission Specialist
  • 1,409 Views

Looks like v9.2. I was working through the course yesterday.

Chetan_Tiwary_
Community Manager
Community Manager
  • 1,401 Views

ok got it @KeyboardCatSec , I will report it to get it corrected :

Chetan_Tiwary__0-1715967314299.png

Thanks for reporting this typo!

0 Kudos
TonyButt
Cadet
Cadet
  • 46 Views

Chapter 1), instructions 2. and 3. use this command:

#  dnf updateinfo list updates security

it should be

# dnf updateinfo list updates --security

 

The original works in the example because all of the updates present are security related anyway. The original will list all updates of any kind, not just security.

Chetan_Tiwary_
Community Manager
Community Manager
  • 23 Views

0 Kudos
TonyButt
Cadet
Cadet
  • 14 Views

I think the official documentation is incorrect then - as I am able to verify this on my own system, and via the man page. Man page also states use --updates, not updates, but as that is the default it does not cause a problem. I can verify this by running the commands on a RHEL 9 system

 

From the man page for dnf

$ man dnf

...

--security
Includes packages that provide a fix for a security issue. Applicable for the install, repoquery, updateinfo, upgrade and offline-up‐
grade (dnf-plugins-core) commands.

...

Updateinfo Command
Command: updateinfo
Aliases: upif
Deprecated aliases: list-updateinfo, list-security, list-sec, info-updateinfo, info-security, info-sec, summary-updateinfo

dnf [options] updateinfo [--summary|--list|--info] [<availability>] [<spec>...]
Display information about update advisories.

Depending on the output type, DNF displays just counts of advisory types (omitted or --summary), list of advisories (--list) or detailed
information (--info). The -v option extends the output. When used with --info, the information is even more detailed. When used with
--list, an additional column with date of the last advisory update is added.

<availability> specifies whether advisories about newer versions of installed packages (omitted or --available), advisories about equal
and older versions of installed packages (--installed), advisories about newer versions of those installed packages for which a newer
version is available (--updates) or advisories about any versions of installed packages (--all) are taken into account. Most of the time,
--available and --updates displays the same output. The outputs differ only in the cases when an advisory refers to a newer version but
there is no enabled repository which contains any newer version.

Note, that --available takes only the latest installed versions of packages into account. In case of the kernel packages (when multiple
version could be installed simultaneously) also packages of the currently running version of kernel are added.

To print only advisories referencing a CVE or a bugzilla use --with-cve or --with-bz options. When these switches are used also the out‐
put of the --list is altered - the ID of the CVE or the bugzilla is printed instead of the one of the advisory.

If given and if neither ID, type (bugfix, enhancement, security/sec) nor a package name of an advisory matches <spec>, the advisory is
not taken into account. The matching is case-sensitive and in the case of advisory IDs and package names, globbing is supported.

Output of the --summary option is affected by the autocheck_running_kernel configuration option.

 

Join the discussion
You must log in to join this conversation.