Home
last modified time | relevance | path

Searched refs:new_tsp (Results 1 – 1 of 1) sorted by relevance

/linux/security/smack/
H A Dsmack_lsm.c2105 struct task_smack *new_tsp = smack_cred(new); in smack_cred_prepare() local
2108 init_task_smack(new_tsp, old_tsp->smk_task, old_tsp->smk_task); in smack_cred_prepare()
2110 rc = smk_copy_rules(&new_tsp->smk_rules, &old_tsp->smk_rules, gfp); in smack_cred_prepare()
2114 rc = smk_copy_relabel(&new_tsp->smk_relabel, &old_tsp->smk_relabel, in smack_cred_prepare()
2129 struct task_smack *new_tsp = smack_cred(new); in smack_cred_transfer() local
2131 init_task_smack(new_tsp, old_tsp->smk_task, old_tsp->smk_task); in smack_cred_transfer()
2160 struct task_smack *new_tsp = smack_cred(new); in smack_kernel_act_as() local
2162 new_tsp->smk_task = smack_from_secid(secid); in smack_kernel_act_as()