Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/include/
Dlabel.h289 bool aa_label_replace(struct aa_label *old, struct aa_label *new);
/Linux-v5.4/security/apparmor/
Dpolicy.c773 aa_label_replace(&old->label, &new->label); in __replace_profile()
Dlabel.c765 bool aa_label_replace(struct aa_label *old, struct aa_label *new) in aa_label_replace() function