ld.so.8: --inhibit-rpath is ignored for setuid/setgid ld.so

The --inhibit-rpath option is ignored if ld.so is setuid/setgid
(not if the executable is setuid/setgid).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-27 21:15:56 -05:00
parent 8a7f3759b3
commit 282849d8be
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.\" This is in the public domain
.TH LD.SO 8 2008-04-18 "GNU" "Linux Programmer's Manual"
.TH LD.SO 8 2008-10-27 "GNU" "Linux Programmer's Manual"
.SH NAME
ld.so, ld-linux.so* \- dynamic linker/loader
.SH SYNOPSIS
@ -123,6 +123,9 @@ environment variable setting (see below).
.TP
.B \-\-inhibit\-rpath LIST
Ignore RPATH and RUNPATH information in object names in LIST.
This option is ignored if
.B ld.so
is set-user-ID or set-group-ID.
.SH ENVIRONMENT
There are four important environment variables.
.TP