Package: lxc / 1:4.0.6-2+deb11u2
Metadata
Package | Version | Patches format |
---|---|---|
lxc | 1:4.0.6-2+deb11u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0004 apparmor.d Sets container base accordingly to container base.in.patch | (download) |
config/apparmor/abstractions/container-base |
3 1 + 2 - 0 ! |
[apparmor.d] sets container-base accordingly to container-base.in |
0005 lxc.service Starts after remote fs.target.patch | (download) |
config/init/systemd/lxc.service.in |
2 1 + 1 - 0 ! |
[lxc.service] starts after remote-fs.target |
0006 lxc.pc.in removes DLOG_LIBS which is not expanded up.patch | (download) |
lxc.pc.in |
2 1 + 1 - 0 ! |
lxc.pc.in: removes @dlog_libs@ which is not expanded upon build |
0007 conf fix containers retaining CAP_NET_ADMIN.patch | (download) |
src/lxc/cgroups/cgfsng.c |
2 1 + 1 - 0 ! |
conf: fix containers retaining cap_net_admin Historically, /proc/sys/net is rw when proc:mixed is used as a proc mount parameter. This was broken somewhere in lxc 4, and this patch fixed it. |
0005 lxc download Switch GPG server.patch | (download) |
templates/lxc-download.in |
4 2 + 2 - 0 ! |
lxc-download: switch gpg server MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Stphane Graber <stgraber@ubuntu.com> |
fix CVE 2022 47952.patch | (download) |
src/lxc/cmd/lxc_user_nic.c |
15 6 + 9 - 0 ! |
[patch] patching an incoming cve (cve-2022-47952) lxc-user-nic in lxc through 5.0.1 is installed setuid root, and may allow local users to infer whether any file exists, even within a protected directory tree, because "Failed to open" often indicates that a file does not exist, whereas "does not refer to a network namespace path" often indicates that a file exists. NOTE: this is |