This week we dig into what community sponsored security updates are all about, plus Ubuntu 22.04.1 LTS gets delayed by a week and we cover security updates for MySQL, the Linux kernel, Samba, Net-SNMP and more.
75 unique CVEs addressed
CAP_NET_ADMIN
(which can be done via mapping to root in an unprivileged user
namespace) -> privescMaxQueryDuration
as expecteddebian/patches
directory as well as a corresponding entry for it in the
debian/patches/series
file, and then a new debian/changelog
entryumt
tool which can be used for managing most of these
steps (ie. downloading source packages, adding a new changelog entry,
building the package locally in a schroot, testing the package locally in
a VM etc)WantedBy=multi-user.target
- ie
the multi-user target wants them which ensures they are mounted during
normal boot (equivalent to runlevel 2 - ie. not a rescue shell or
shutdown etc) - so basically any normal boot of the system and they
should be mountedoem-config.target
so it can run first
(to create a new user etc) - and then once it is done it sets the target
to the usual graphical.target
which includes multi-user.target
snapd-desktop-integration
which is used
to try and automatically install theme snaps and the like to match the
system theme - gets started as part of the oem-config
and it then
pokes the snapd.socket
which causes snapd.service
to be started - yet the
snap mount units are not in place, so snapd can’t see any of the expected
snaps, as such it fails to correctly generate their state informationmulti-user.target
but default.target
so they get mounted no matter what
target is being booted into