diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-03-16 12:37:54 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-04-12 19:03:19 +0530 |
commit | 061fe3f8add46a89b7453e87eabb9c4695005ced (patch) | |
tree | 5d4e18ff77b88a0a6a0e3263201f8d70d78deb0f /elf/Makefile | |
parent | ca335281068a1ed549a75ee64f90a8310755956f (diff) | |
download | glibc-061fe3f8add46a89b7453e87eabb9c4695005ced.tar.gz |
Enhance setuid-tunables test
Instead of passing GLIBC_TUNABLES via the environment, pass the
environment variable from parent to child. This allows us to test
multiple variables to ensure better coverage.
The test list currently only includes the case that's already being
tested. More tests will be added later.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 0bef49e53d..de659655dc 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1660,8 +1660,6 @@ $(objpfx)tst-nodelete-dlclose.out: $(objpfx)tst-nodelete-dlclose-dso.so \ tst-env-setuid-ENV = MALLOC_CHECK_=2 MALLOC_MMAP_THRESHOLD_=4096 \ LD_HWCAP_MASK=0x1 -tst-env-setuid-tunables-ENV = \ - GLIBC_TUNABLES=glibc.malloc.check=2:glibc.malloc.mmap_threshold=4096 $(objpfx)tst-debug1: $(libdl) $(objpfx)tst-debug1.out: $(objpfx)tst-debug1mod1.so |