diff options
Diffstat (limited to '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. | ||
