mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-09 22:28:02 +07:00
SMACK: remove dead cred_commit hook
This is an unused hook in SMACK so remove it. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Casey Schaufler <casey@schaufler-ca.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
dd3e7836bf
commit
e2902eb79f
@ -1117,15 +1117,6 @@ static int smack_cred_prepare(struct cred *new, const struct cred *old,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* smack_cred_commit - commit new credentials
|
|
||||||
* @new: the new credentials
|
|
||||||
* @old: the original credentials
|
|
||||||
*/
|
|
||||||
static void smack_cred_commit(struct cred *new, const struct cred *old)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* smack_cred_transfer - Transfer the old credentials to the new credentials
|
* smack_cred_transfer - Transfer the old credentials to the new credentials
|
||||||
* @new: the new credentials
|
* @new: the new credentials
|
||||||
@ -3120,7 +3111,6 @@ struct security_operations smack_ops = {
|
|||||||
.cred_alloc_blank = smack_cred_alloc_blank,
|
.cred_alloc_blank = smack_cred_alloc_blank,
|
||||||
.cred_free = smack_cred_free,
|
.cred_free = smack_cred_free,
|
||||||
.cred_prepare = smack_cred_prepare,
|
.cred_prepare = smack_cred_prepare,
|
||||||
.cred_commit = smack_cred_commit,
|
|
||||||
.cred_transfer = smack_cred_transfer,
|
.cred_transfer = smack_cred_transfer,
|
||||||
.kernel_act_as = smack_kernel_act_as,
|
.kernel_act_as = smack_kernel_act_as,
|
||||||
.kernel_create_files_as = smack_kernel_create_files_as,
|
.kernel_create_files_as = smack_kernel_create_files_as,
|
||||||
|
Loading…
Reference in New Issue
Block a user