Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/include/
Dpolicy.h239 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
/linux-2.6.39/security/apparmor/
Ddomain.c262 new_profile = aa_find_child(profile, name); in x_table_lookup()
632 hat = aa_find_child(root, hats[i]); in aa_change_hat()
Dpolicy.c809 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) in aa_find_child() function