Home
last modified time | relevance | path

Searched refs:profile_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dcommon.c490 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()
496 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()
509 ns->profile_ptr[profile] = ptr; in tomoyo_assign_profile()
530 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile()
747 profile = ns->profile_ptr[index]; in tomoyo_read_profile()
758 if (ns->profile_ptr[head->r.index]) in tomoyo_read_profile()
1191 if (!tomoyo_policy_loaded || ns->profile_ptr[idx]) in tomoyo_write_domain()
2784 else if (!ns->profile_ptr[profile]) in tomoyo_check_profile()
H A Ddomain.c538 !entry->ns->profile_ptr[entry->profile]) in tomoyo_assign_domain()
H A Dcommon.h904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES]; member