Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dlabel.h290 bool aa_label_replace(struct aa_label *old, struct aa_label *new);
/openbmc/linux/security/apparmor/
H A Dpolicy.c950 aa_label_replace(&old->label, &new->label); in __replace_profile()
H A Dlabel.c795 bool aa_label_replace(struct aa_label *old, struct aa_label *new) in aa_label_replace() function