Score:1

Are security updates applied with `dnf update` or is it separate procedure in Linux?

cn flag

I found this vulnerability with polkit. It was found in Jan 22. How does keeping Linux updated security wise works in general?

If I run dnf update on CentOS9 - will it fix it? Or shall I look into each and every vulnerability myself and fix it manually?

enter image description here

Boppity Bop avatar
cn flag
it says `CentOS9` in the text and in the tag. -\o/-
Score:3
ph flag

It should fix it.
Errata are of three types: bug, security and enhancements.
with dnf update, you will get all of them.
You can filter as well; for e.g., to check only for security updates, run:
dnf check-update --security
and you can apply them with:
dnf update --security

A.B avatar
cl flag
A.B
I don't know if this is still relevant since CentOS became part of RedHat and its usecase was changed from clone to upstream beta release, but before this, CentOS7 (contrary to RHEL7) didn't tag security updates, meaning you had to apply *all* updates to get *security* updates. See this Q/A: [Update CentOS Security Patches](https://serverfault.com/questions/996189/update-centos-security-patches)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.