summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..829463b
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
1This is a standalone implementation of fortify source. The implementation
2is libc-agnostic and simply overlays the system headers by using
3#include_next magic.
4
5The implementation will trap only non-conformant programs. This in turn
6implies that fortify source level 2 protection is handled in the same way
7as level 1.