From af43ddac0b5edf1f35d92451064f8a76b731ed24 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 18 Aug 2002 18:11:38 +0000 Subject: Clarify the explanation of the behavior for setuid programs by noting that the restrictions do not apply if the user invoking the program is also the owner of the program. Also, capitalize a section header properly. PR: misc/41180 --- sbin/ldconfig/ldconfig.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ldconfig') diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index b4d5bab..69f13ab 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -131,12 +131,12 @@ for shared libraries. .It Fl v Switch on verbose mode. .El -.Sh Security +.Sh SECURITY Special care must be taken when loading shared libraries into the address space of .Ev set-user-Id programs. -Whenever such a program is run, +Whenever such a program is run by any user except the owner of the program, the dynamic linker will only load shared libraries from the hints file. -- cgit v1.1