[GIT PATCH] LSM update, add securityfs

From: Chris Wright
Date: Mon Sep 12 2005 - 16:02:59 EST


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

serue@xxxxxxxxxx:
seclvl securityfs

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/