Lines Matching refs:name

391 				    const char *name, const char **info)  in find_attach()  argument
397 AA_BUG(!name); in find_attach()
427 name, &count); in find_attach()
479 } else if (!strcmp(profile->base.name, name)) { in find_attach()
503 static const char *next_name(int xtype, const char *name) in next_name() argument
518 const char **name) in x_table_lookup() argument
526 AA_BUG(!name); in x_table_lookup()
535 *name = next; in x_table_lookup()
570 const char *name, u32 xindex, in x_to_label() argument
601 name, info); in x_to_label()
605 name, info); in x_to_label()
606 *lookupname = name; in x_to_label()
668 const char *info = NULL, *name = NULL, *target = NULL; in profile_transition() local
679 &name, &info, profile->disconnected); in profile_transition()
687 name = bprm->filename; in profile_transition()
693 &profile->ns->base.profiles, name, &info); in profile_transition()
707 OP_EXEC, MAY_EXEC, name, target, new, cond->uid, in profile_transition()
719 state = aa_str_perms(rules->file, state, name, cond, &perms); in profile_transition()
722 new = x_to_label(profile, bprm, name, perms.xindex, &target, in profile_transition()
752 new_profile = aa_new_learning_profile(profile, false, name, in profile_transition()
773 name); in profile_transition()
781 aa_audit_file(subj_cred, profile, &perms, OP_EXEC, MAY_EXEC, name, in profile_transition()
1057 const char *name, bool sibling) in build_change_hat() argument
1073 hat = aa_find_child(root, name); in build_change_hat()
1077 hat = aa_new_learning_profile(profile, true, name, in build_change_hat()
1090 name, hat ? hat->base.hname : NULL, in build_change_hat()
1113 const char *name, *info = NULL; in change_hat() local
1125 name = hats[i]; in change_hat()
1136 hat = aa_find_child(root, name); in change_hat()
1161 name = NULL; in change_hat()
1184 AA_MAY_CHANGEHAT, name, NULL, NULL, in change_hat()
1192 build_change_hat(subj_cred, profile, name, in change_hat()
1350 static int change_profile_perms_wrapper(const char *op, const char *name, in change_profile_perms_wrapper() argument
1366 name, in change_profile_perms_wrapper()