From ae861bf1ef54218ea67e5772b65e7abf3668976e Mon Sep 17 00:00:00 2001 From: Maria Guseva Date: Sat, 5 Dec 2015 08:29:33 +0100 Subject: [PATCH] ld.so.8: LD_DEBUG is effective in secure-execution mode if /etc/suid-debug exists Reported-by: Silvan Jegen Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 47efd5c03..65446a60c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -336,7 +336,9 @@ prints a help message about which categories can be specified in this environment variable. Since glibc 2.3.4, .B LD_DEBUG -is ignored in secure-execution mode. +is ignored in secure-execution mode, unless the file +.IR /etc/suid\-debug +exists (the content of the file is irrelevant). .TP .B LD_DEBUG_OUTPUT (glibc since 2.1)