commit ef270c5abf02ee7d585c0a2e43ee56119a0080bc parent 33d2ff5aa8b0bee2ba886857db4acfa9126e8b6d Author: sin <sin@2f30.org> Date: Sat, 28 Feb 2015 15:39:31 +0000 Add initial README Diffstat:
A | README | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,7 @@ +This is a standalone implementation of fortify source. The implementation +is libc-agnostic and simply overlays the system headers by using +#include_next magic. + +The implementation will trap only non-conformant programs. This in turn +implies that fortify source level 2 protection is handled in the same way +as level 1.