diff options
author | Kees Cook <keescook@chromium.org> | 2014-07-18 11:28:33 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2014-07-18 12:13:35 -0700 |
commit | c04f9d61caa34fc83e3517e3092874c9607c19c3 (patch) | |
tree | 6f85fd9f0001b4125b426508a134e6725e46eba3 /MAINTAINERS | |
parent | 32c2e6752ff0f48fe03b9e1c7c64bde580a840d2 (diff) | |
download | linux-c04f9d61caa34fc83e3517e3092874c9607c19c3.tar.bz2 |
MAINTAINERS: create seccomp entry
Add myself as seccomp maintainer.
Suggested-by: James Morris <jmorris@namei.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e31c87474739..55762cba8516 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7953,6 +7953,16 @@ S: Maintained F: drivers/mmc/host/sdhci.* F: drivers/mmc/host/sdhci-pltfm.[ch] +SECURE COMPUTING +M: Kees Cook <keescook@chromium.org> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp +S: Supported +F: kernel/seccomp.c +F: include/uapi/linux/seccomp.h +F: include/linux/seccomp.h +K: \bsecure_computing +K: \bTIF_SECCOMP\b + SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) M: Anton Vorontsov <anton@enomsg.org> L: linuxppc-dev@lists.ozlabs.org |