]> git.baikalelectronics.ru Git - kernel.git/commit
lkdtm: split memory permissions tests to separate file
authorKees Cook <keescook@chromium.org>
Sun, 26 Jun 2016 22:12:31 +0000 (15:12 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 7 Jul 2016 18:09:21 +0000 (11:09 -0700)
commit0ccdc81a10b439fe9444630114a99b209ffae11e
treed0a513cca0604e822d083ef01c08cc08f243516c
parenta5c7f2e9f0fa84122550fddab53757a5445d73e3
lkdtm: split memory permissions tests to separate file

This splits the EXEC_*, WRITE_* and related tests into the new lkdtm_perms.c
file to help separate things better for readability.

Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/misc/Makefile
drivers/misc/lkdtm.h
drivers/misc/lkdtm_core.c
drivers/misc/lkdtm_perms.c [new file with mode: 0644]