ld.so.8: LD_AUDIT understands $ORIGIN, $LIB, and $PLATFORM

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-16 11:32:41 +13:00
parent e9a133817c
commit 879de6e749
1 changed files with 11 additions and 0 deletions

View File

@ -352,6 +352,17 @@ as described in its
in the chapter
.IR "Runtime Linker Auditing Interface" .
Within the pathnames specified in
.BR LD_AUDIT ,
the dynamic linker understands the strings
.IR $ORIGIN ,
.IR $LIB ,
and
.IR $PLATFORM
(or the versions using curly braces around the names)
as described above in
.IR "Rpath token expansion" .
Since glibc 2.13,
.\" commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508
in secure-execution mode,