diff options
| author | sin | 2015-02-28 15:39:31 +0000 |
|---|---|---|
| committer | sin | 2015-02-28 15:39:31 +0000 |
| commit | ef270c5abf02ee7d585c0a2e43ee56119a0080bc (patch) | |
| tree | fa985dbe73250e87b650e25f85cc31d70a87fec7 | |
| parent | 33d2ff5aa8b0bee2ba886857db4acfa9126e8b6d (diff) | |
Add initial README
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -0,0 +1,7 @@ | |||
| 1 | This is a standalone implementation of fortify source. The implementation | ||
| 2 | is libc-agnostic and simply overlays the system headers by using | ||
| 3 | #include_next magic. | ||
| 4 | |||
| 5 | The implementation will trap only non-conformant programs. This in turn | ||
| 6 | implies that fortify source level 2 protection is handled in the same way | ||
| 7 | as level 1. | ||
