Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dlabel.h265 void aa_label_destroy(struct aa_label *label);
/linux/security/apparmor/
H A Dlabel.c323 void aa_label_destroy(struct aa_label *label) in aa_label_destroy() function
355 aa_label_destroy(label); in aa_label_free()
H A Dpolicy.c354 aa_label_destroy(&profile->label); in aa_free_profile()