Searched refs:xindex (Results 1 – 4 of 4) sorted by relevance
245 static struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex) in x_table_lookup() argument249 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()250 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()260 if (xindex & AA_X_CHILD) { in x_table_lookup()307 const char *name, u32 xindex) in x_to_profile() argument311 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_profile()318 if (xindex & AA_X_CHILD) in x_to_profile()329 new_profile = x_table_lookup(profile, xindex); in x_to_profile()430 new_profile = x_to_profile(profile, name, perms.xindex); in apparmor_bprm_set_creds()432 if (perms.xindex & AA_X_INHERIT) { in apparmor_bprm_set_creds()[all …]
210 perms.xindex = dfa_user_xindex(dfa, state); in compute_perms()215 perms.xindex = dfa_other_xindex(dfa, state); in compute_perms()420 !xindex_is_subset(lperms.xindex, perms.xindex)) { in aa_path_link()
650 static bool verify_xindex(int xindex, int table_size) in verify_xindex() argument653 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex()654 index = xindex & AA_X_INDEX_MASK; in verify_xindex()
92 u16 xindex; member