提交 43dee657 编写于 作者: D Daniel P. Berrangé

news: rewording wrt NSS, virt-login-shell & split daemons

Reviewed-by: NLaine Stump <laine@laine.org>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 a59cb273
...@@ -85,13 +85,13 @@ ...@@ -85,13 +85,13 @@
</change> </change>
<change> <change>
<summary> <summary>
Split libvirtd into separate daemons Experimental split of libvirtd into separate daemons
</summary> </summary>
<description> <description>
The big monolithic libvirtd daemon can now be replaced by smaller The big monolithic libvirtd daemon can now be replaced by smaller
per-driver daemons. Distributions can chose if they want the former per-driver daemons. The new split daemons are considered experimental
or the latter. The libvirtd is still kept around for backwards at this time and distributions are encouraged to continue using the
compatibility. traditional libvirtd by default.
</description> </description>
</change> </change>
</section> </section>
...@@ -156,13 +156,22 @@ ...@@ -156,13 +156,22 @@
</change> </change>
<change> <change>
<summary> <summary>
Stop linking virt-login-shell and NSS plugins with libvirt.so Stop linking NSS plugins with libvirt.so
</summary> </summary>
<description> <description>
In order to allow libvirt to abort on out of memory, we need to stop This reduces the amount of code and 3rd party libraries are that
linking libvirt.so to virt-login-shell or the NSS plugins where we loaded into all processes.
don't want to abort. This change also resulted in smaller binaries </description>
and libraries. </change>
<change>
<summary>
Split the setuid virt-login-shell binary into two pieces
</summary>
<description>
The setuid virt-login-shell binary is now a tiny shim that
sanitizes the process execution environment variables and
arguments, before launching the trusted virt-login-shell-helper
binary.
</description> </description>
</change> </change>
<change> <change>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册