commit | 9a49a528dcf3c2022ff89f700d5d0345b9abf288 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Feb 22 14:09:29 2016 -0800 |
committer | Kees Cook <keescook@chromium.org> | Fri Jun 10 15:57:50 2016 -0700 |
tree | 946dc7b2e73cf54e9b349f881970d47755060c42 | |
parent | 426f3a53d4a1ffbe228f268e5c4af148686b7346 [diff] |
lkdtm: add function for testing .rodata section This adds a function that lives in the .rodata section. The section flags are corrected using objcopy since there is no way with gcc to declare section flags in an architecture-agnostic way. Signed-off-by: Kees Cook <keescook@chromium.org>