diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-05 05:03:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-05 05:03:12 +0000 |
commit | 043d5b094ece8bda4c927288fd597efc764139cd (patch) | |
tree | 314eb5cda861596d15c6f7997e5cf7679e3b7528 /gnu/usr.bin/ld/rtld | |
parent | e2f247ea28aed295d577aa21df88febca4acea9a (diff) |
setuid/setgid caveats; form
Diffstat (limited to 'gnu/usr.bin/ld/rtld')
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 2df56b42d7f..a18898afe27 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtld.1,v 1.9 1998/07/22 04:31:00 deraadt Exp $ +.\" $OpenBSD: rtld.1,v 1.10 1998/08/05 05:03:11 deraadt Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -139,9 +139,11 @@ its behaviour as follows: .It Ev LD_LIBRARY_PATH A colon separated list of directories, overriding the default search path for shared libraries. +This variable is ignored for set-user-ID and set-group-ID executables. .It Ev LD_PRELOAD A colon seperate list of library names to load before any of the regular libraries are loaded. +This variable is ignored for set-user-ID and set-group-ID executables. .It Ev LD_WARN_NON_PURE_CODE When set, issue a warning whenever a link-editing operation requires modification of the text segment of some loaded object. This is usually |