summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2002-08-18 18:11:38 +0000
committerjdp <jdp@FreeBSD.org>2002-08-18 18:11:38 +0000
commitaf43ddac0b5edf1f35d92451064f8a76b731ed24 (patch)
tree3538336fa0863dd03f6d0df5db365d6b4827b743 /sbin/ldconfig
parenta8e6e41c8886b8ac371f465751a3f2836beb8614 (diff)
downloadFreeBSD-src-af43ddac0b5edf1f35d92451064f8a76b731ed24.zip
FreeBSD-src-af43ddac0b5edf1f35d92451064f8a76b731ed24.tar.gz
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
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r--sbin/ldconfig/ldconfig.84
1 files changed, 2 insertions, 2 deletions
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.
OpenPOWER on IntegriCloud