Home
last modified time | relevance | path

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

/Linux-v5.10/security/apparmor/include/
Dpolicy.h184 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
/Linux-v5.10/security/apparmor/
Ddomain.c527 new_profile = aa_find_child(profile, *name); in x_table_lookup()
1002 hat = aa_find_child(root, name); in build_change_hat()
1063 hat = aa_find_child(root, name); in change_hat()
Dpolicy.c334 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) in aa_find_child() function
531 profile = aa_find_child(parent, bname); in aa_new_null_profile()