Fedora 30: lxcfs FEDORA-2019-2baa1f7b19
Summary
LXCFS is a simple userspace filesystem designed to work around some
current limitations of the Linux kernel.
Specifically, it's providing two main things
- A set of files which can be bind-mounted over their /proc originals
to provide CGroup-aware values.
- A cgroupfs-like tree which is container aware.
The code is pretty simple, written in C using libfuse.
The main driver for this work was the need to run systemd based
containers as a regular unprivileged user while still allowing systemd
inside the container to interact with cgroups.
Now with the introduction of the cgroup namespace in the Linux kernel,
that part is no longer necessary on recent kernels and focus is now on
making containers feel more like a real independent system through the
proc masking feature.
Update LXC to version 3.0.4. The release announcement can be found
[here](https://discuss.linuxcontainers.org/t/lxc-3-0-4-has-been-released/5080).
* Sun Jul 7 2019 Thomas Moschny
- Update to 3.0.4.
[ 1 ] Bug #1664908 - CVE-2019-5736 runc: Execution of malicious containers allows for container escape and access to host filesystem
https://bugzilla.redhat.com/show_bug.cgi?id=1664908
su -c 'dnf upgrade --advisory FEDORA-2019-2baa1f7b19' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/
Change Log
References