blob: 166b1db3969fbc1f74fed6882bae0995a5768922 [file] [log] [blame]
Kees Cook9a49a522016-02-22 14:09:29 -08001/*
2 * This includes functions that are meant to live entirely in .rodata
3 * (via objcopy tricks), to validate the non-executability of .rodata.
4 */
Kees Cook6d2e91a2016-07-15 16:04:39 -07005#include "lkdtm.h"
Kees Cook9a49a522016-02-22 14:09:29 -08006
7void lkdtm_rodata_do_nothing(void)
8{
9 /* Does nothing. We just want an architecture agnostic "return". */
10}