Home
last modified time | relevance | path

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

/linux-6.15/security/apparmor/
H A Dpolicy.c182 aa_put_profile(profile); in __list_remove_profile()
290 aa_put_profile(rcu_access_pointer(profile->parent)); in aa_free_profile()
961 aa_put_profile(p); in __replace_profile()
977 aa_put_profile(old); in __replace_profile()
1030 aa_put_profile(parent); in update_to_newest_parent()
1033 aa_put_profile(newest); in update_to_newest_parent()
1370 aa_put_profile(profile); in aa_remove_profiles()
H A Ddomain.c441 aa_put_profile(profile); in find_attach()
1030 aa_put_profile(root); in build_change_hat()
1082 aa_put_profile(root); in change_hat()
1090 aa_put_profile(hat); in change_hat()
1093 aa_put_profile(hat); in change_hat()
H A Dpolicy_unpack.c1288 aa_put_profile(ent->rename); in aa_load_ent_free()
1289 aa_put_profile(ent->old); in aa_load_ent_free()
1290 aa_put_profile(ent->new); in aa_load_ent_free()
1480 aa_put_profile(profile); in aa_unpack()
H A Dlabel.c242 aa_put_profile(vec[i]); in unique()
291 aa_put_profile(tmp); in aa_vec_unique()
328 aa_put_profile(profile); in aa_label_destroy()
/linux-6.15/security/apparmor/include/
H A Dpolicy_ns.h127 aa_put_profile(ns->unconfined); in aa_put_ns()
H A Dpolicy.h375 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile() function