Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dlabel.h277 void aa_label_destroy(struct aa_label *label);
/openbmc/linux/security/apparmor/
H A Dlabel.c315 void aa_label_destroy(struct aa_label *label) in aa_label_destroy() function
347 aa_label_destroy(label); in aa_label_free()
H A Dpolicy.c281 aa_label_destroy(&profile->label); in aa_free_profile()