svn commit: r315429 - head/libexec/rtld-elf

Jilles Tjoelker jilles at FreeBSD.org
Thu Mar 16 22:15:45 UTC 2017


Author: jilles
Date: Thu Mar 16 22:15:43 2017
New Revision: 315429
URL: https://svnweb.freebsd.org/changeset/base/315429

Log:
  rtld(1): Document that LD_BIND_NOT is unset for setugid processes.
  
  MFC after:	2 weeks

Modified:
  head/libexec/rtld-elf/rtld.1

Modified: head/libexec/rtld-elf/rtld.1
==============================================================================
--- head/libexec/rtld-elf/rtld.1	Thu Mar 16 21:53:55 2017	(r315428)
+++ head/libexec/rtld-elf/rtld.1	Thu Mar 16 22:15:43 2017	(r315429)
@@ -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


More information about the svn-src-all mailing list