]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: drop libvirt setuid library build
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 30 Jul 2019 12:44:37 +0000 (13:44 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 Aug 2019 15:54:01 +0000 (16:54 +0100)
commitac0d21c762351f58dd5d2dafa2014ed48a8b49f3
tree07fa62a1e58627f6cbc0638f5184e80f9f62a274
parent4feeb2d986b98013ebfb1d41ab6b9007b6cce6e2
build: drop libvirt setuid library build

The virt-login-shell setuid program is now a tiny piece of code
that only uses standard libc functions, and santizes the execution
environment before invoking the real virt-login-shell-helper.
The latter is thus able to use the normal libvirt.so build,
allowing us to delete the special cut down setuid library build.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
config-post.h
configure.ac
src/Makefile.am
src/libvirt.c
src/util/virfile.c