Re: [PATCH] Keys: Add possessor permissions to keys
From: Linus Torvalds (torvalds_at_osdl.org)
Date: 09/21/05
- Previous message: Andi Kleen: "Re: [discuss] Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs"
- In reply to: David Howells: "[PATCH] Keys: Add possessor permissions to keys"
- Next in thread: David Howells: "Re: [PATCH] Keys: Add possessor permissions to keys"
- Reply: David Howells: "Re: [PATCH] Keys: Add possessor permissions to keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Sep 2005 08:05:37 -0700 (PDT) To: David Howells <dhowells@redhat.com>
On Wed, 21 Sep 2005, David Howells wrote:
>
> The attached patch adds extra permission grants to keys for the possessor of a
> key in addition to the owner, group and other permissions bits. This makes
> SUID binaries easier to support without going as far as labelling keys and key
> targets using the LSM facilities.
Ok, maybe I'm just strange, but when I see code like
if (is_key_possessed(keyref)) {
I'm inevitably mentally going "Linda Blair! It is spewing pea-soup and
rotating its head!"
Maybe not the best of naming practices..
Linus
-
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: Andi Kleen: "Re: [discuss] Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs"
- In reply to: David Howells: "[PATCH] Keys: Add possessor permissions to keys"
- Next in thread: David Howells: "Re: [PATCH] Keys: Add possessor permissions to keys"
- Reply: David Howells: "Re: [PATCH] Keys: Add possessor permissions to keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|