[PATCH] add securityfs for all LSMs to use
authorGreg KH <greg@kroah.com>
Thu, 7 Jul 2005 21:37:53 +0000 (14:37 -0700)
committerChris Wright <chrisw@osdl.org>
Sat, 9 Jul 2005 01:48:41 +0000 (18:48 -0700)
commitb67dbf9d4c1987c370fd18fdc4cf9d8aaea604c2
tree76c8bf2d44a9e8b3fb8df8dedf950bbb78d340ae
parent043d051615aa5da09a7e44f1edbb69798458e067
[PATCH] add securityfs for all LSMs to use

Here's a small patch against 2.6.13-rc2 that adds securityfs, a virtual
fs that all LSMs can use instead of creating their own.  The fs should
be mounted at /sys/kernel/security, and the fs creates that mount point.
This will make the LSB people happy that we aren't creating a new
/my_lsm_fs directory in the root for every different LSM.

It has changed a bit since the last version, thanks to comments from
Mike Waychison.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@osdl.org>
include/linux/security.h
security/Makefile
security/inode.c [new file with mode: 0644]