Re: [PATCH] Keys: Add possessor permissions to keys
From: James Morris (jmorris_at_namei.org)
Date: 09/21/05
- Previous message: Bill Davidsen: "Re: A pettiness question."
- In reply to: David Howells: "[PATCH] Keys: Add possessor permissions to keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Sep 2005 15:23:01 -0400 (EDT) To: David Howells <dhowells@redhat.com>
On Wed, 21 Sep 2005, David Howells wrote:
> + if (is_key_possessed(key_ref)) {
> + kperm = key->perm >> 24;
> + }
> + else if (key->uid == context->fsuid) {
> kperm = key->perm >> 16;
Can you use macros for these magic numbers?
- James
-- James Morris <jmorris@namei.org> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Bill Davidsen: "Re: A pettiness question."
- In reply to: David Howells: "[PATCH] Keys: Add possessor permissions to keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|