Lines Matching defs:profile
28 /* root profile namespace */
85 struct aa_profile *profile;
87 profile = aa_alloc_null(NULL, name, GFP_KERNEL);
88 if (!profile)
91 profile->label.flags |= FLAG_IX_ON_NAME_ERROR |
93 profile->mode = APPARMOR_UNCONFINED;
95 return profile;
142 * aa_free_ns - free a profile namespace
146 * namespace was referenced by a profile confining a task,
163 * aa_findn_ns - look up a profile namespace on the namespace list
185 * aa_find_ns - look up a profile namespace on the namespace list
209 * Do a relative name lookup, recursing through profile tree.
380 * __ns_list_release - remove all profile namespaces on the list put refs
381 * @head: list of profile namespaces (NOT NULL)
395 * aa_alloc_root_ns - allocate the root profile namespace
422 * aa_free_root_ns - free the root profile namespace