From 8e7a186ab882d1d5682acd2e99409ad5ed634aee Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Sep 2016 08:18:21 +0200 Subject: [PATCH] ld.so.8: Clarify text describing whether secure-mode programs preload libraries Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 3902ac873..acda0dda4 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -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 ,