diff options
author | Serge E. Hallyn <serue@us.ibm.com> | 2008-04-28 05:13:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 11:58:27 -0400 |
commit | 1236cc3cf8c69bd316c940b2e94f91b3795f97fe (patch) | |
tree | c33374ffa89d34f901d91888851970071700c38d /security/smack | |
parent | 30aa4faf62b2dd9b239ae06ca7a85f1d36d7ef25 (diff) |
smack: use cap_task_prctl
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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'security/smack')
-rw-r--r-- | 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 430f97b9d04a..77ec16a3b68b 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c | |||
@@ -2495,6 +2495,7 @@ struct security_operations smack_ops = { | |||
2495 | .task_wait = smack_task_wait, | 2495 | .task_wait = smack_task_wait, |
2496 | .task_reparent_to_init = cap_task_reparent_to_init, | 2496 | .task_reparent_to_init = cap_task_reparent_to_init, |
2497 | .task_to_inode = smack_task_to_inode, | 2497 | .task_to_inode = smack_task_to_inode, |
2498 | .task_prctl = cap_task_prctl, | ||
2498 | 2499 | ||
2499 | .ipc_permission = smack_ipc_permission, | 2500 | .ipc_permission = smack_ipc_permission, |
2500 | 2501 | ||