ld.so.8: Note that libraries in standard directories are not normally set-UID

In secure mode, LD_PRELOAD loads only libraries from standard
directories that are marked set-UID. Note that it is unusual for
a library to be marked in this way.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-08 10:48:19 +02:00
parent 7c577be56d
commit 8fe4dd0885
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ In secure-execution mode,
preload pathnames containing slashes are ignored.
Furthermore, shared objects are prelaoded only
from the standard search directories and and only
if they have set-user-ID mode bit enabled.
if they have set-user-ID mode bit enabled (which is not typical).
Within the names specified in the
.BR LD_PRELOAD