Add initial README

This commit is contained in:
sin 2015-02-28 15:39:31 +00:00
parent 33d2ff5aa8
commit ef270c5abf

7
README Normal file
View File

@ -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.