[libvirt] [PATCH] gnulib: remove unused secure_getenv function replacement

Daniel P. Berrangé posted 1 patch 4 years, 7 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190919133753.21506-1-berrange@redhat.com
bootstrap.conf | 1 -
1 file changed, 1 deletion(-)
[libvirt] [PATCH] gnulib: remove unused secure_getenv function replacement
Posted by Daniel P. Berrangé 4 years, 7 months ago
We removed use of the secure_getenv recently in

  commit 2b0d597670fb5504b7ad1411c31b8af1d3016c1b
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Aug 1 13:35:56 2019 +0100

    util: get rid of virGetEnv{Allow,Block}SUID functions

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index a833a396c0..1ddc2a0305 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -89,7 +89,6 @@ pthread_sigmask
 recv
 regex
 sched
-secure_getenv
 send
 setenv
 setsockopt
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] gnulib: remove unused secure_getenv function replacement
Posted by Michal Privoznik 4 years, 7 months ago
On 9/19/19 3:37 PM, Daniel P. Berrangé wrote:
> We removed use of the secure_getenv recently in
> 
>    commit 2b0d597670fb5504b7ad1411c31b8af1d3016c1b
>    Author: Daniel P. Berrangé <berrange@redhat.com>
>    Date:   Thu Aug 1 13:35:56 2019 +0100
> 
>      util: get rid of virGetEnv{Allow,Block}SUID functions
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   bootstrap.conf | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list