public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]
@ 2020-11-03 20:05 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2020-11-03 20:05 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fbb71eddb3b392982df12ba432d19f347c3799f6

commit fbb71eddb3b392982df12ba432d19f347c3799f6
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Oct 30 11:09:55 2020 -0700

    tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]
    
    commit def674652eeac60c386d04733318b311f8a5b620
    Author: Florian Weimer <fweimer@redhat.com>
    Date:   Mon Apr 27 15:00:14 2020 +0200
    
        nptl/tst-setuid1-static: Improve isolation from system objects
    
        Static dlopen needs an LD_LIBRARY_PATH setting to avoid loading system
        libraries.
    
    missed $(common-objpfx)nss.  Add $(common-objpfx)nss to LD_LIBRARY_PATH
    for tst-setuid1-static to support
    
      struct passwd *pwd = getpwnam ("nobody");
    
    in nptl/tst-setuid1.c.

Diff:
---
 nptl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nptl/Makefile b/nptl/Makefile
index d47e8a81d9..f4134916b2 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -614,7 +614,7 @@ tst-audit-threads-ENV = LD_AUDIT=$(objpfx)tst-audit-threads-mod1.so
 # The test uses dlopen indirectly and would otherwise load system
 # objects.
 tst-setuid1-static-ENV = \
-  LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
+  LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf:$(common-objpfx)nss
 
 # The tests here better do not run in parallel.
 ifeq ($(run-built-tests),yes)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-03 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 20:05 [glibc] tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820] H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).