public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* smack: use cap_task_prctl
@ 2008-03-10 20:54 Serge E. Hallyn
  2008-03-10 21:17 ` Casey Schaufler
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2008-03-10 20:54 UTC (permalink / raw)
  To: lkml, Casey Schaufler, Andrew Morgan

With the introduction of per-process securebits, the capabilities-related
prctl callbacks were moved into cap_task_prctl().  Have smack use
cap_task_prctl() so that PR_SET_KEEPCAPS is defined.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
---
 security/smack/smack_lsm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
index 40066b6..e8ce6b6 100644
--- a/security/smack/smack_lsm.c
+++ b/security/smack/smack_lsm.c
@@ -2493,6 +2493,7 @@ static struct security_operations smack_ops = {
 	.task_wait = 			smack_task_wait,
 	.task_reparent_to_init =	cap_task_reparent_to_init,
 	.task_to_inode = 		smack_task_to_inode,
+	.task_prctl =			cap_task_prctl,
 
 	.ipc_permission = 		smack_ipc_permission,
 
-- 
1.5.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: smack: use cap_task_prctl
  2008-03-10 20:54 smack: use cap_task_prctl Serge E. Hallyn
@ 2008-03-10 21:17 ` Casey Schaufler
  0 siblings, 0 replies; 2+ messages in thread
From: Casey Schaufler @ 2008-03-10 21:17 UTC (permalink / raw)
  To: Serge E. Hallyn, lkml, Casey Schaufler, Andrew Morgan


--- "Serge E. Hallyn" <serue@us.ibm.com> wrote:

> With the introduction of per-process securebits, the capabilities-related
> prctl callbacks were moved into cap_task_prctl().  Have smack use
> cap_task_prctl() so that PR_SET_KEEPCAPS is defined.
> 
> Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>

Acked-by: Casey Schaufler <casey@schaufler-ca.com>

> ---
>  security/smack/smack_lsm.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
> index 40066b6..e8ce6b6 100644
> --- a/security/smack/smack_lsm.c
> +++ b/security/smack/smack_lsm.c
> @@ -2493,6 +2493,7 @@ static struct security_operations smack_ops = {
>  	.task_wait = 			smack_task_wait,
>  	.task_reparent_to_init =	cap_task_reparent_to_init,
>  	.task_to_inode = 		smack_task_to_inode,
> +	.task_prctl =			cap_task_prctl,
>  
>  	.ipc_permission = 		smack_ipc_permission,
>  
> -- 
> 1.5.1
> 
> --
> 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/
> 
> 
> 


Casey Schaufler
casey@schaufler-ca.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-10 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 20:54 smack: use cap_task_prctl Serge E. Hallyn
2008-03-10 21:17 ` Casey Schaufler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox