Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dpolicy.c150 aa_put_profile(profile); in __list_remove_profile()
222 aa_put_profile(rcu_access_pointer(profile->parent)); in aa_free_profile()
767 aa_put_profile(p); in __replace_profile()
783 aa_put_profile(old); in __replace_profile()
836 aa_put_profile(parent); in update_to_newest_parent()
839 aa_put_profile(newest); in update_to_newest_parent()
1152 aa_put_profile(profile); in aa_remove_profiles()
Dcapability.c100 aa_put_profile(ent->profile); in audit_caps()
Dpolicy_unpack.c937 aa_put_profile(ent->rename); in aa_load_ent_free()
938 aa_put_profile(ent->old); in aa_load_ent_free()
939 aa_put_profile(ent->new); in aa_load_ent_free()
1024 aa_put_profile(profile); in aa_unpack()
Ddomain.c1034 aa_put_profile(root); in build_change_hat()
1084 aa_put_profile(root); in change_hat()
1092 aa_put_profile(hat); in change_hat()
1095 aa_put_profile(hat); in change_hat()
Dlabel.c242 aa_put_profile(vec[i]); in unique()
290 aa_put_profile(tmp); in aa_vec_unique()
329 aa_put_profile(profile); in label_destroy()
/Linux-v4.19/security/apparmor/include/
Dpolicy_ns.h133 aa_put_profile(ns->unconfined); in aa_put_ns()
Dpolicy.h282 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile() function