Re: [PATCH 04/22] CRED: Request a credential record for a kernel service

2007-09-25 Thread David Howells
Jonathan Corbet <[EMAIL PROTECTED]> wrote: > The comment describes a "dentry" argument, but the actual function does > not have that argument. oops. Yeah, I decided I didn't want that there. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 04/22] CRED: Request a credential record for a kernel service

2007-09-25 Thread Jonathan Corbet
Hi, David, One little thing I noticed: > + * @cred_kernel_act_as: > + * Set the credentials for a kernel service to act as (subjective context). > + * @cred points to the credentials structure to be filled in. > + * @service names the service making the request. > + * @daemon: A

Re: [PATCH 04/22] CRED: Request a credential record for a kernel service

2007-09-25 Thread Jonathan Corbet
Hi, David, One little thing I noticed: + * @cred_kernel_act_as: + * Set the credentials for a kernel service to act as (subjective context). + * @cred points to the credentials structure to be filled in. + * @service names the service making the request. + * @daemon: A userspace

Re: [PATCH 04/22] CRED: Request a credential record for a kernel service

2007-09-25 Thread David Howells
Jonathan Corbet [EMAIL PROTECTED] wrote: The comment describes a dentry argument, but the actual function does not have that argument. oops. Yeah, I decided I didn't want that there. David - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH 04/22] CRED: Request a credential record for a kernel service

2007-09-21 Thread David Howells
Request a credential record for the named kernel service. This produces a cred struct with appropriate DAC and MAC controls for effecting that service. It may be used to override the credentials on a task to do work on that task's behalf. Signed-off-by: David Howells <[EMAIL PROTECTED]> ---

[PATCH 04/22] CRED: Request a credential record for a kernel service

2007-09-21 Thread David Howells
Request a credential record for the named kernel service. This produces a cred struct with appropriate DAC and MAC controls for effecting that service. It may be used to override the credentials on a task to do work on that task's behalf. Signed-off-by: David Howells [EMAIL PROTECTED] ---