Lines Matching refs:xindex
511 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup() argument
515 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()
516 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
526 if (xindex & AA_X_CHILD) { in x_table_lookup()
559 const char *name, u32 xindex, in x_to_label() argument
565 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label()
575 stack = profile->file.trans.table[xindex & AA_X_INDEX_MASK]; in x_to_label()
578 new = x_table_lookup(profile, xindex, lookupname); in x_to_label()
584 if (xindex & AA_X_CHILD) in x_to_label()
597 if (xindex & AA_X_INHERIT) { in x_to_label()
604 } 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()
777 if (!(perms.xindex & AA_X_UNSAFE)) { in profile_onexec()