Lines Matching refs:xindex
505 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup() argument
511 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()
512 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
522 if (xindex & AA_X_CHILD) { in x_table_lookup()
555 const char *name, u32 xindex, in x_to_label() argument
563 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label()
573 stack = rules->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()
668 new = x_to_label(profile, bprm, name, perms.xindex, &target, in profile_transition()
692 perms.xindex |= AA_X_UNSAFE; in profile_transition()
701 if (!(perms.xindex & AA_X_UNSAFE)) { in profile_transition()
779 if (!(perms.xindex & AA_X_UNSAFE)) { in profile_onexec()