[PATCH] Keys: Split key permissions checking into a .c file
authorDavid Howells <dhowells@redhat.com>
Fri, 7 Oct 2005 14:07:38 +0000 (15:07 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 8 Oct 2005 21:53:31 +0000 (14:53 -0700)
commit468ed2b0c85ec4310b429e60358213b6d077289e
treed1f570c1b89df450753cbec8768b1c1cfac6d9a2
parentf1a9badcf6ecad9975240d94514721cb93932151
[PATCH] Keys: Split key permissions checking into a .c file

The attached patch splits key permissions checking out of key-ui.h and
moves it into a .c file.  It's quite large and called quite a lot, and
it's about to get bigger with the addition of LSM support for keys...

key_any_permission() is also discarded as it's no longer used.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/key-ui.h
security/keys/Makefile
security/keys/permission.c [new file with mode: 0644]