]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
README: setuid binaries are not supported.
authorSimon Ruderich <simon@ruderich.org>
Sat, 15 Jun 2013 14:53:47 +0000 (16:53 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 15 Jun 2013 14:53:47 +0000 (16:53 +0200)
README

diff --git a/README b/README
index 298ce4ff3c6346ce373afcf2bb421fc77dd588ea..967a6fd69a6c94d5c7be268c063b3ab418e1daad 100644 (file)
--- 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')