Searched refs:aa_find_child (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | policy.h | 184 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | policy.h | 243 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 527 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()
|
H A D | policy.c | 328 * aa_find_child - find a profile by @name in @parent 334 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()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 532 new_profile = aa_find_child(profile, *name); in x_table_lookup() 1027 hat = aa_find_child(root, name); in build_change_hat() 1090 hat = aa_find_child(root, name); in change_hat()
|
H A D | policy.c | 373 * aa_find_child - find a profile by @name in @parent 379 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) in aa_find_child() function 666 profile = aa_find_child(parent, bname); in aa_new_learning_profile()
|
Completed in 8 milliseconds