From: Greg KH Date: Thu, 7 Jul 2005 21:37:53 +0000 (-0700) Subject: [PATCH] add securityfs for all LSMs to use X-Git-Tag: v2.6.14-rc2~48^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67dbf9d4c1987c370fd18fdc4cf9d8aaea604c2;p=pandora-kernel.git [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 Signed-off-by: Chris Wright --- Reading git-diff-tree failed