Home
last modified time | relevance | path

Searched refs:aa_label_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/security/apparmor/include/
H A Dlabel.h253 void aa_label_destroy(struct aa_label *label);
/linux-6.15/security/apparmor/
H A Dlabel.c317 void aa_label_destroy(struct aa_label *label) in aa_label_destroy() function
349 aa_label_destroy(label); in aa_label_free()
H A Dpolicy.c317 aa_label_destroy(&profile->label); in aa_free_profile()