diff options
author | John Polstra <jdp@FreeBSD.org> | 2002-08-18 18:11:38 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2002-08-18 18:11:38 +0000 |
commit | 92fd9018694de239d195757ff471a2eb70efbfee (patch) | |
tree | 3538336fa0863dd03f6d0df5db365d6b4827b743 /sbin/ldconfig | |
parent | 7309e024bfd7ff5ecb299077cafd1305b1be1f2f (diff) | |
download | src-test2-92fd9018694de239d195757ff471a2eb70efbfee.tar.gz src-test2-92fd9018694de239d195757ff471a2eb70efbfee.zip |
Notes
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index b4d5bab7811d..69f13abacde0 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. |