diff options
author | James Morris <jmorris@namei.org> | 2009-01-28 20:26:14 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-01-29 16:55:12 -0500 |
commit | ca5143d3ff3c7a4e1c2c8bdcf0f53aea227a7722 (patch) | |
tree | 1b86d2487e8051664c6d0b2cf959ff0131f8371e /security | |
parent | af294e41d0c95a291cc821a1b43ec2cd13976a8b (diff) |
selinux: remove unused cred_commit hook
Remove unused cred_commit hook from SELinux. This
currently calls into the capabilities hook, which is a noop.
Acked-by: Serge Hallyn <serue@us.ibm.com>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/hooks.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 72c1e5cd26d4..afccada1f262 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3245,14 +3245,6 @@ static int selinux_cred_prepare(struct cred *new, const struct cred *old, | |||
3245 | } | 3245 | } |
3246 | 3246 | ||
3247 | /* | 3247 | /* |
3248 | * commit new credentials | ||
3249 | */ | ||
3250 | static void selinux_cred_commit(struct cred *new, const struct cred *old) | ||
3251 | { | ||
3252 | secondary_ops->cred_commit(new, old); | ||
3253 | } | ||
3254 | |||
3255 | /* | ||
3256 | * set the security data for a kernel service | 3248 | * set the security data for a kernel service |
3257 | * - all the creation contexts are set to unlabelled | 3249 | * - all the creation contexts are set to unlabelled |
3258 | */ | 3250 | */ |
@@ -5610,7 +5602,6 @@ static struct security_operations selinux_ops = { | |||
5610 | .task_create = selinux_task_create, | 5602 | .task_create = selinux_task_create, |
5611 | .cred_free = selinux_cred_free, | 5603 | .cred_free = selinux_cred_free, |
5612 | .cred_prepare = selinux_cred_prepare, | 5604 | .cred_prepare = selinux_cred_prepare, |
5613 | .cred_commit = selinux_cred_commit, | ||
5614 | .kernel_act_as = selinux_kernel_act_as, | 5605 | .kernel_act_as = selinux_kernel_act_as, |
5615 | .kernel_create_files_as = selinux_kernel_create_files_as, | 5606 | .kernel_create_files_as = selinux_kernel_create_files_as, |
5616 | .task_setuid = selinux_task_setuid, | 5607 | .task_setuid = selinux_task_setuid, |