From 50a495887fd77be6e470e55a33a5effcc6319e21 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 15 Jun 2013 16:53:47 +0200 Subject: [PATCH] README: setuid binaries are not supported. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 298ce4f..967a6fd 100644 --- a/README +++ b/README @@ -6,6 +6,8 @@ coloredstderr is a small library which uses 'LD_PRELOAD' to color stderr. Like all solutions using 'LD_PRELOAD' it only works with dynamically linked binaries. Statically linked binaries, for example valgrind, are not supported. +setuid binaries are also not supported ('LD_PRELOAD' disabled for security +reasons). It was inspired by stderred [2]. Similar solutions (using 'LD_PRELOAD') -- 2.43.2