From: David Howells Date: Thu, 1 Dec 2005 08:51:18 +0000 (-0800) Subject: [PATCH] Keys: Fix permissions check for update vs add X-Git-Tag: v2.6.15-rc5~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1d1d57e97700b4131fe80556dc6ef976d534c4;p=pandora-kernel.git [PATCH] Keys: Fix permissions check for update vs add Permit add_key() to once again update a matching key rather than adding a new one if a matching key already exists in the target keyring. This bug causes add_key() to always add a new key, displacing the old from the target keyring. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed