Re: Add security_task_post_setgid

2005-07-15 Thread Chris Wright
* Jan Engelhardt ([EMAIL PROTECTED]) wrote: > And when is this becoming business? What made post_setUid go into the kernel? That went as part of supporting capabilities as they were, to do fixups on set{r,e,s}uid. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: Add security_task_post_setgid

2005-07-15 Thread Jan Engelhardt
>So keep the patch part of your module, it has no business in mainline >so far. And when is this becoming business? What made post_setUid go into the kernel? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] Add security_task_post_setgid

2005-07-15 Thread Christoph Hellwig
On Fri, Jul 15, 2005 at 09:54:40AM +0200, Jan Engelhardt wrote: > > >> the following patch adds a post_setgid() security hook, and necessary > >> dummy > >> funcs. > > > >... and why exactly would we want these? > > I am working on a sec module which, among other things, raises certain >

Re: [PATCH] Add security_task_post_setgid

2005-07-15 Thread Jan Engelhardt
>> the following patch adds a post_setgid() security hook, and necessary dummy >> funcs. > >... and why exactly would we want these? I am working on a sec module which, among other things, raises certain capabilities when the UID/GID has been successfully changed. Jan Engelhardt -- - To

Re: [PATCH] Add security_task_post_setgid

2005-07-15 Thread Jan Engelhardt
the following patch adds a post_setgid() security hook, and necessary dummy funcs. ... and why exactly would we want these? I am working on a sec module which, among other things, raises certain capabilities when the UID/GID has been successfully changed. Jan Engelhardt -- - To

Re: [PATCH] Add security_task_post_setgid

2005-07-15 Thread Christoph Hellwig
On Fri, Jul 15, 2005 at 09:54:40AM +0200, Jan Engelhardt wrote: the following patch adds a post_setgid() security hook, and necessary dummy funcs. ... and why exactly would we want these? I am working on a sec module which, among other things, raises certain capabilities when the

Re: Add security_task_post_setgid

2005-07-15 Thread Jan Engelhardt
So keep the patch part of your module, it has no business in mainline so far. And when is this becoming business? What made post_setUid go into the kernel? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Add security_task_post_setgid

2005-07-15 Thread Chris Wright
* Jan Engelhardt ([EMAIL PROTECTED]) wrote: And when is this becoming business? What made post_setUid go into the kernel? That went as part of supporting capabilities as they were, to do fixups on set{r,e,s}uid. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] Add security_task_post_setgid

2005-07-14 Thread Chris Wright
* Jan Engelhardt ([EMAIL PROTECTED]) wrote: > the following patch adds a post_setgid() security hook, and necessary dummy > funcs. why? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] Add security_task_post_setgid

2005-07-14 Thread Christoph Hellwig
On Thu, Jul 14, 2005 at 11:42:46PM +0200, Jan Engelhardt wrote: > Hi, > > > the following patch adds a post_setgid() security hook, and necessary dummy > funcs. ... and why exactly would we want these? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH] Add security_task_post_setgid

2005-07-14 Thread Jan Engelhardt
Hi, the following patch adds a post_setgid() security hook, and necessary dummy funcs. Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> diff -dpru linux-2.6.13-rc1-git3-20050706140055/include/linux/security.h AS17/include/linux/security.h ---

[PATCH] Add security_task_post_setgid

2005-07-14 Thread Jan Engelhardt
Hi, the following patch adds a post_setgid() security hook, and necessary dummy funcs. Signed-off-by: Jan Engelhardt [EMAIL PROTECTED] diff -dpru linux-2.6.13-rc1-git3-20050706140055/include/linux/security.h AS17/include/linux/security.h ---

Re: [PATCH] Add security_task_post_setgid

2005-07-14 Thread Christoph Hellwig
On Thu, Jul 14, 2005 at 11:42:46PM +0200, Jan Engelhardt wrote: Hi, the following patch adds a post_setgid() security hook, and necessary dummy funcs. ... and why exactly would we want these? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] Add security_task_post_setgid

2005-07-14 Thread Chris Wright
* Jan Engelhardt ([EMAIL PROTECTED]) wrote: the following patch adds a post_setgid() security hook, and necessary dummy funcs. why? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at