Home
last modified time | relevance | path

Searched refs:__replace_profile (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c131 * be done with __replace_profile as most profile removals are
729 * __replace_profile - replace @old with @new on a list
741 static void __replace_profile(struct aa_profile *old, struct aa_profile *new) in __replace_profile() function
756 __replace_profile(child, p); in __replace_profile()
1025 __replace_profile(ent->old, ent->new); in aa_replace_profiles()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c132 * be done with __replace_profile as most profile removals are
906 * __replace_profile - replace @old with @new on a list
917 static void __replace_profile(struct aa_profile *old, struct aa_profile *new) in __replace_profile() function
932 __replace_profile(child, p); in __replace_profile()
1224 __replace_profile(ent->old, ent->new); in aa_replace_profiles()

Completed in 4 milliseconds