Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dpolicy.c146 aa_put_profile(profile); in __list_remove_profile()
254 aa_put_profile(rcu_access_pointer(profile->parent)); in aa_free_profile()
942 aa_put_profile(p); in __replace_profile()
958 aa_put_profile(old); in __replace_profile()
1011 aa_put_profile(parent); in update_to_newest_parent()
1014 aa_put_profile(newest); in update_to_newest_parent()
1351 aa_put_profile(profile); in aa_remove_profiles()
H A Dcapability.c98 aa_put_profile(ent->profile); in audit_caps()
H A Ddomain.c441 aa_put_profile(profile); in find_attach()
1039 aa_put_profile(root); in build_change_hat()
1091 aa_put_profile(root); in change_hat()
1099 aa_put_profile(hat); in change_hat()
1102 aa_put_profile(hat); in change_hat()
H A Dpolicy_unpack.c1281 aa_put_profile(ent->rename); in aa_load_ent_free()
1282 aa_put_profile(ent->old); in aa_load_ent_free()
1283 aa_put_profile(ent->new); in aa_load_ent_free()
1473 aa_put_profile(profile); in aa_unpack()
H A Dlabel.c241 aa_put_profile(vec[i]); in unique()
289 aa_put_profile(tmp); in aa_vec_unique()
326 aa_put_profile(profile); in aa_label_destroy()
/openbmc/linux/security/apparmor/include/
H A Dpolicy_ns.h130 aa_put_profile(ns->unconfined); in aa_put_ns()
H A Dpolicy.h359 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile() function