Home
last modified time | relevance | path

Searched refs:xindex (Results 1 – 4 of 4) sorted by relevance

/security/apparmor/
Ddomain.c245 static struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex) in x_table_lookup() argument
249 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() argument
311 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 …]
Dfile.c210 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()
Dpolicy_unpack.c650 static bool verify_xindex(int xindex, int table_size) in verify_xindex() argument
653 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex()
654 index = xindex & AA_X_INDEX_MASK; in verify_xindex()
/security/apparmor/include/
Dfile.h92 u16 xindex; member