]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/keys/keyring.c
[PATCH] Keys: Fix permissions check for update vs add
[linux-2.6-omap-h63xx.git] / security / keys / keyring.c
index c7a0ab1cfda35aacd868504c3033417c58c9e9e7..4e9fa8be44b8e7071c75cb9f03ea5c2cb6d819bd 100644 (file)
@@ -526,7 +526,7 @@ key_ref_t __keyring_search_one(key_ref_t keyring_ref,
                            (!key->type->match ||
                             key->type->match(key, description)) &&
                            key_permission(make_key_ref(key, possessed),
-                                          perm) < 0 &&
+                                          perm) == 0 &&
                            !test_bit(KEY_FLAG_REVOKED, &key->flags)
                            )
                                goto found;