ld.so.8: Clarify text describing whether secure-mode programs preload libraries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-15 08:18:21 +02:00
parent a5a3e91bf9
commit 8e7a186ab8
1 changed files with 2 additions and 2 deletions

View File

@ -300,8 +300,8 @@ This can be used to selectively override functions in other shared objects.
The objects are searched for using the rules given under DESCRIPTION.
In secure-execution mode,
preload pathnames containing slashes are ignored,
and shared objects in the standard search directories are loaded
only if the set-user-ID mode bit is enabled on the shared object file.
and only shared objects in the standard search directories that
have the set-user-ID mode bit enabled are loaded.
Within the pathnames specified in
.BR LD_PRELOAD ,