Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753325AbbEICHO (ORCPT ); Fri, 8 May 2015 22:07:14 -0400 Received: from smtp106.biz.mail.bf1.yahoo.com ([98.139.244.54]:45111 "EHLO smtp106.biz.mail.bf1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751568AbbEICHL (ORCPT ); Fri, 8 May 2015 22:07:11 -0400 X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 4lsc1cgVM1lXvdJvlKvhkY0ZUlDOgBF7awOqS1TKv3ko9oP Nq2MtRJwI0TeYweZCT16jpcMosSOxFwuU626SOshI_0K0S6Be8ilr.MbgVRR tkewVM250HnV1MWe0ounEnG9UxwE5d65YhP6BFapmlkpJYHg18QSaLuax.zY z31gb0Ha4Axg21yWRAZdpnZZXvOCTldzvOV54JIWKalTCJ_JfMnIrxqhYbD9 YwCcmb2kQ1YV9IqsPWHHCYQovxGQodGZHZZ7b0m2h.vefqJHCQb6r7Q6Kt_k SclUbkH_LrJTmY_dgSm9k0TGhbzJaD25w6AP8Toq16JoaAmV68laOMSLJjix .u7.BA6C.Ceb0E8OS.vC96pe5pU.8UiL9rpCoAIpxgPlIZQhMKMnd6o1fJ7h 2lKTHxlOFnyXTYXJi1FeKydT2pkVv4izmC1Adj_rlp6AszsuoN8CLtWUFQXl dqLxlRgCb.4yo7_OQDHzSV1BcvVbgDj__Jq6uyWrv0_7Ywl5.tRIW7VrpZ9b EUNou1xfHufzPFZvg.6eXqER5F3_50anmow-- X-Yahoo-SMTP: OIJXglSswBDfgLtXluJ6wiAYv6_cnw-- Message-ID: <554D6BCD.7090009@schaufler-ca.com> Date: Fri, 08 May 2015 19:07:09 -0700 From: Casey Schaufler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: James Morris , James Morris , LSM , LKLM CC: Paul Moore , John Johansen , Tetsuo Handa , Stephen Smalley , Eric Paris , Kees Cook , Casey Schaufler Subject: [PULL] LSM: Basic module stacking infrastructure for security-next - Acked References: <55454539.9020204@schaufler-ca.com> In-Reply-To: <55454539.9020204@schaufler-ca.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2183 Lines: 56 James, here's an updated pull request for LSM stacking. Acks have been applied. The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git@github.com:cschaufler/smack-next.git stacking-v22-acked for you to fetch changes up to f17cd945a8761544ac9bfdaf55e952e558dbee3e: LSM: Remove unused capability.c (2015-05-08 11:37:27 -0700) Signed-off-by: Casey Schaufler Acked-by: John Johansen Acked-by: Kees Cook Acked-by: Paul Moore Acked-by: Stephen Smalley Acked-by: Tetsuo Handa ---------------------------------------------------------------- Casey Schaufler (7): LSM: Split security.h LSM: Add the comment to lsm_hooks.h LSM: Remove a comment from security.h LSM: Introduce security hook calling Macros LSM: Add security module hook list heads LSM: Switch to lists of hooks LSM: Remove unused capability.c include/linux/lsm_hooks.h | 1886 ++++++++++++++++++++++++++++++++++++++++++++ include/linux/security.h | 1621 +------------------------------------ security/Makefile | 2 +- security/apparmor/domain.c | 12 +- security/apparmor/lsm.c | 131 ++- security/capability.c | 1158 --------------------------- security/commoncap.c | 41 +- security/security.c | 955 +++++++++++++++------- security/selinux/hooks.c | 490 +++++------- security/smack/smack.h | 4 +- security/smack/smack_lsm.c | 307 ++++--- security/smack/smackfs.c | 2 +- security/tomoyo/tomoyo.c | 72 +- security/yama/yama_lsm.c | 60 +- 14 files changed, 3064 insertions(+), 3677 deletions(-) create mode 100644 include/linux/lsm_hooks.h delete mode 100644 security/capability.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/