|
Message-ID: <alpine.LRH.2.20.1608031635340.19613@namei.org> Date: Wed, 3 Aug 2016 16:36:23 +1000 (AEST) From: James Morris <jmorris@...ei.org> To: Elena Reshetova <elena.reshetova@...el.com> cc: kernel-hardening@...ts.openwall.com, linux-security-module@...r.kernel.org, keescook@...omium.org, spender@...ecurity.net, casey.schaufler@...el.com, michael.leibowitz@...el.com, william.c.roberts@...el.com Subject: Re: [RFC] [PATCH 0/5] Hardchroot LSM + additional hooks On Fri, 29 Jul 2016, Elena Reshetova wrote: > fs/fhandle.c | 5 + > fs/fs_struct.c | 7 +- > fs/namespace.c | 15 +- > fs/open.c | 3 + > include/linux/lsm_hooks.h | 37 ++ > include/linux/security.h | 19 + > kernel/fork.c | 5 + > security/Kconfig | 1 + > security/Makefile | 2 + > security/hardchroot/Kconfig | 10 + > security/hardchroot/Makefile | 3 + > security/hardchroot/hardchroot_lsm.c | 654 +++++++++++++++++++++++++++++++++++ > security/security.c | 30 ++ > 13 files changed, 786 insertions(+), 5 deletions(-) > create mode 100644 security/hardchroot/Kconfig > create mode 100644 security/hardchroot/Makefile > create mode 100644 security/hardchroot/hardchroot_lsm.c Please cc: Al Viro on these changes. -- James Morris <jmorris@...ei.org>
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.