From 879de6e749e200ecdb9a5b95d9a03451274661b7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Jan 2017 11:32:41 +1300 Subject: [PATCH] ld.so.8: LD_AUDIT understands $ORIGIN, $LIB, and $PLATFORM Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 3bcd20e88..fffb6811f 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -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,