UBUNTU: [Upstream] security: Yama LSM
authorKees Cook <kees.cook@canonical.com>
Mon, 21 Jun 2010 20:07:07 +0000 (13:07 -0700)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:52 +0000 (06:48 -0700)
commit02a3046515d6b8968187be8d8ec15fe08ebead0a
tree819961d12c5d0f78db55a12c26c537affdd151f7
parentdacb9db698c0928a7ab738559adbf8178d0611cd
UBUNTU: [Upstream] security: Yama LSM

This adds the Yama Linux Security Module to collect several security
features (symlink, hardlink, and PTRACE restrictions) that have existed
in various forms over the years and have been carried outside the mainline
kernel by other Linux distributions like Openwall and grsecurity.

Currently accepted in upstream security tree:
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git next

Signed-off-by: Kees Cook <kees.cook@canonical.com>
[kees: resolved AppArmor conflicts for Maverick merge]
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Documentation/Yama.txt [new file with mode: 0644]
security/Kconfig
security/Makefile
security/yama/Kconfig [new file with mode: 0644]
security/yama/Makefile [new file with mode: 0644]
security/yama/yama_lsm.c [new file with mode: 0644]