README: setuid binaries are not supported.

This commit is contained in:
Simon Ruderich
2013-06-15 16:53:47 +02:00
parent 34b3b93136
commit 50a495887f

2
README
View File

@@ -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')