2005-09-12 21:02:33

by Chris Wright

[permalink] [raw]
Subject: [GIT PATCH] LSM update, add securityfs

Here's an LSM update for 2.6.14. It's been in -mm for ages.
This adds securityfs, and converts seclvl over.

Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git/
or if master.kernel.org hasn't synced up yet:
master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git/

thanks,
-chris
--

include/linux/security.h | 5
security/Kconfig | 1
security/Makefile | 2
security/inode.c | 347 +++++++++++++++++++++++++++++++++++++++++++++++
security/seclvl.c | 228 +++++++++---------------------
5 files changed, 424 insertions(+), 159 deletions(-)

Adrian Bunk:
SECURITY must depend on SYSFS

Greg KH:
add securityfs for all LSMs to use

[email protected]:
seclvl securityfs