]> git.ipfire.org Git - thirdparty/man-pages.git/commit
ld.so.8: Note some further details of secure-execution mode
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 22 May 2019 19:38:36 +0000 (21:38 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 May 2019 07:48:16 +0000 (09:48 +0200)
commit0e1ad2f01a17f27c399b03536b85a4b5a1b8baa0
tree216c3bcad8aee2f5fd8c0610ce78fa5b6e90b5f3
parentf3da99c4eec54028b41879216e9540a6f1f3965e
ld.so.8: Note some further details of secure-execution mode

Note some further details of the treatment of environment
variables in secure execution mode. In particular (as noted by
Matthias Hertel), note that ignored environment variables are also
stripped from the environment. Furthermore, there are some other
variables, not used by the dynamic linker itself, that are also
treated in this way (see the glibc source file
sysdeps/generic/unsecvars.h).

Reported-by: Matthias Hertel <Matthias.Hertel@rohde-schwarz.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man8/ld.so.8