lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 03 May 2015 12:04:17 -0700
From:	Casey Schaufler <casey@...aufler-ca.com>
To:	James Morris <jmorris@...ei.org>,
	James Morris <james.l.morris@...cle.com>,
	LSM <linux-security-module@...r.kernel.org>,
	LKLM <linux-kernel@...r.kernel.org>
CC:	Paul Moore <pmoore@...hat.com>,
	John Johansen <john.johansen@...onical.com>,
	Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>,
	Stephen Smalley <sds@...ho.nsa.gov>,
	Eric Paris <eparis@...hat.com>,
	Kees Cook <keescook@...omium.org>,
	Casey Schaufler <casey@...aufler-ca.com>
Subject: [PULL] LSM: Basic module stacking infrastructure for security-next

James, here's the pull request for LSM stacking.

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@...hub.com:cschaufler/smack-next.git stacking-v22

for you to fetch changes up to 7954ab0f165cee61755e6c97afff4abd5d8df53a:

  LSM: Remove unused capability.c (2015-05-03 11:23:38 -0700)

----------------------------------------------------------------
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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ