|
|
Log in / Subscribe / Register

LSM update, add securityfs

From:  Chris Wright <chrisw@osdl.org>
To:  Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Subject:  [GIT PATCH] LSM update, add securityfs
Date:  Mon, 12 Sep 2005 14:02:30 -0700
Cc:  linux-kernel@vger.kernel.org

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@us.ibm.com:
  seclvl securityfs

-
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/


Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds