diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2017-03-16 22:15:43 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2017-03-16 22:15:43 +0000 |
| commit | 2d6acb22fecdcf352070106f8d49bbd6e508a992 (patch) | |
| tree | 036239d9efaec758ee7ccb675a41df7eb03a388f | |
| parent | 439948cdf67b5b14324c7e1ff5aa6529eaab15db (diff) | |
Notes
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 789f227b4f63..79f1478bb90d 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -205,6 +205,7 @@ doing bindings. As result, each call of the PLT-resolved function is resolved. In combination with debug output, this provides complete account of all bind actions at runtime. +This variable is unset for set-user-ID and set-group-ID programs. .It Ev LD_BIND_NOW When set to a nonempty string, causes .Nm |
