From ef270c5abf02ee7d585c0a2e43ee56119a0080bc Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 28 Feb 2015 15:39:31 +0000 Subject: Add initial README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..829463b --- /dev/null +++ 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. -- cgit v1.3