Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dcontext.c50 aa_put_profile(cxt->profile); in aa_free_task_context()
51 aa_put_profile(cxt->previous); in aa_free_task_context()
52 aa_put_profile(cxt->onexec); in aa_free_task_context()
119 aa_put_profile(cxt->profile); in aa_replace_current_profile()
141 aa_put_profile(cxt->onexec); in aa_set_current_onexec()
172 aa_put_profile(cxt->profile); in aa_set_current_hat()
180 aa_put_profile(cxt->onexec); in aa_set_current_hat()
214 aa_put_profile(cxt->profile); in aa_restore_previous_profile()
Ddomain.c80 aa_put_profile(tracerp); in may_change_ptraced_domain()
462 aa_put_profile(new_profile); in apparmor_bprm_set_creds()
478 aa_put_profile(new_profile); in apparmor_bprm_set_creds()
506 aa_put_profile(cxt->profile); in apparmor_bprm_set_creds()
518 aa_put_profile(profile); in apparmor_bprm_set_creds()
653 aa_put_profile(root); in aa_change_hat()
668 aa_put_profile(root); in aa_change_hat()
678 aa_put_profile(root); in aa_change_hat()
721 aa_put_profile(hat); in aa_change_hat()
846 aa_put_profile(target); in aa_change_profile()
Dipc.c106 aa_put_profile(tracee_p); in aa_ptrace()
108 aa_put_profile(tracer_p); in aa_ptrace()
Dpolicy.c448 aa_put_profile(profile); in __list_remove_profile()
567 aa_put_profile(rcu_dereference_protected(r->profile, true)); in free_replacedby()
599 aa_put_profile(rcu_access_pointer(profile->parent)); in aa_free_profile()
1003 aa_put_profile(p); in __replace_profile()
1025 aa_put_profile(old); in __replace_profile()
1190 aa_put_profile(parent); in aa_replace_profiles()
1193 aa_put_profile(newest); in aa_replace_profiles()
1291 aa_put_profile(profile); in aa_remove_profiles()
Dpolicy_unpack.c721 aa_put_profile(ent->rename); in aa_load_ent_free()
722 aa_put_profile(ent->old); in aa_load_ent_free()
723 aa_put_profile(ent->new); in aa_load_ent_free()
796 aa_put_profile(profile); in aa_unpack()
Dcapability.c101 aa_put_profile(ent->profile); in audit_caps()
Dresource.c111 aa_put_profile(task_profile); in aa_task_setrlimit()
Dapparmorfs.c254 aa_put_profile(profile); in aa_fs_seq_profname_show()
277 aa_put_profile(profile); in aa_fs_seq_profmode_show()
305 aa_put_profile(profile); in aa_fs_seq_profattach_show()
Dlsm.c515 aa_put_profile(profile); in apparmor_getprocattr()
/linux-4.4.14/security/apparmor/include/
Dcontext.h158 aa_put_profile(profile); in aa_current_profile()
171 aa_put_profile(cxt->previous); in aa_clear_task_cxt_trans()
172 aa_put_profile(cxt->onexec); in aa_clear_task_cxt_trans()
Dpolicy.h339 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile() function
368 aa_put_profile(tmp); in __aa_update_replacedby()
395 aa_put_profile(ns->unconfined); in aa_put_namespace()