diff options
author | Kees Cook <keescook@chromium.org> | 2018-03-06 14:58:09 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-06 19:18:55 -0800 |
commit | 039a1c42058db54692a6d4497508bd48555f29fb (patch) | |
tree | 0fbd5a504e8a3cdf0cffd7e6bd0c41332f3e55d0 /MAINTAINERS | |
parent | 37b96a4931dba07cebbf07092e55d1562155412b (diff) | |
download | linux-039a1c42058db54692a6d4497508bd48555f29fb.tar.gz linux-039a1c42058db54692a6d4497508bd48555f29fb.tar.bz2 linux-039a1c42058db54692a6d4497508bd48555f29fb.zip |
lkdtm: Relocate code to subdirectory
The LKDTM modules keep expanding, and it's getting weird to have each file
get a prefix. Instead, move to a subdirectory for cleaner handling.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4623caf8d72d..36fb0b57a8d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8149,7 +8149,7 @@ F: drivers/*/*/*pasemi* LINUX KERNEL DUMP TEST MODULE (LKDTM) M: Kees Cook <keescook@chromium.org> S: Maintained -F: drivers/misc/lkdtm* +F: drivers/misc/lkdtm/* LINUX SECURITY MODULE (LSM) FRAMEWORK M: Chris Wright <chrisw@sous-sol.org> |