summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin2015-02-28 15:39:31 +0000
committersin2015-02-28 15:39:31 +0000
commitef270c5abf02ee7d585c0a2e43ee56119a0080bc (patch)
treefa985dbe73250e87b650e25f85cc31d70a87fec7 /README
parent33d2ff5aa8b0bee2ba886857db4acfa9126e8b6d (diff)
Add initial README
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.