Lines Matching refs:xindex
509 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup() argument
513 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()
514 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
524 if (xindex & AA_X_CHILD) { in x_table_lookup()
557 const char *name, u32 xindex, in x_to_label() argument
563 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label()
573 stack = profile->file.trans.table[xindex & AA_X_INDEX_MASK]; in x_to_label()
576 new = x_table_lookup(profile, xindex, lookupname); in x_to_label()
582 if (xindex & AA_X_CHILD) in x_to_label()
595 if (xindex & AA_X_INHERIT) { in x_to_label()
602 } else if (xindex & AA_X_UNCONFINED) { in x_to_label()
666 new = x_to_label(profile, bprm, name, perms.xindex, &target, in profile_transition()
690 perms.xindex |= AA_X_UNSAFE; in profile_transition()
699 if (!(perms.xindex & AA_X_UNSAFE)) { in profile_transition()
775 if (!(perms.xindex & AA_X_UNSAFE)) { in profile_onexec()