Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
Dpolicy.c145 aa_put_profile(profile); in __list_remove_profile()
217 aa_put_profile(rcu_access_pointer(profile->parent)); in aa_free_profile()
766 aa_put_profile(p); in __replace_profile()
782 aa_put_profile(old); in __replace_profile()
835 aa_put_profile(parent); in update_to_newest_parent()
838 aa_put_profile(newest); in update_to_newest_parent()
1152 aa_put_profile(profile); in aa_remove_profiles()
Dcapability.c96 aa_put_profile(ent->profile); in audit_caps()
Ddomain.c438 aa_put_profile(profile); in find_attach()
1014 aa_put_profile(root); in build_change_hat()
1064 aa_put_profile(root); in change_hat()
1072 aa_put_profile(hat); in change_hat()
1075 aa_put_profile(hat); in change_hat()
Dpolicy_unpack.c1042 aa_put_profile(ent->rename); in aa_load_ent_free()
1043 aa_put_profile(ent->old); in aa_load_ent_free()
1044 aa_put_profile(ent->new); in aa_load_ent_free()
1231 aa_put_profile(profile); in aa_unpack()
Dlabel.c238 aa_put_profile(vec[i]); in unique()
286 aa_put_profile(tmp); in aa_vec_unique()
323 aa_put_profile(profile); in aa_label_destroy()
/kernel/linux/linux-5.10/security/apparmor/include/
Dpolicy_ns.h129 aa_put_profile(ns->unconfined); in aa_put_ns()
Dpolicy.h290 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile() function