KEYS: Drop the permissions argument from __keyring_search_one()
authorDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:17 +0000 (10:35 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:17 +0000 (10:35 +0100)
commite57e8669f2ab8350d30f771dd2fdd5377f183db2
tree8344918b6ac5ca26792460aec1d5a60c1ede88e2
parentccc3e6d9c9aea07a0b60b2b0bfc5b05a704b66d5
KEYS: Drop the permissions argument from __keyring_search_one()

Drop the permissions argument from __keyring_search_one() as the only caller
passes 0 here - which causes all checks to be skipped.

Signed-off-by: David Howells <dhowells@redhat.com>
security/keys/internal.h
security/keys/key.c
security/keys/keyring.c