Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dcommon.c491 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()
497 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()
510 ns->profile_ptr[profile] = ptr; in tomoyo_assign_profile()
531 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile()
738 profile = ns->profile_ptr[index]; in tomoyo_read_profile()
749 if (ns->profile_ptr[head->r.index]) in tomoyo_read_profile()
1171 if (!tomoyo_policy_loaded || ns->profile_ptr[profile]) in tomoyo_write_domain()
2711 else if (!ns->profile_ptr[profile]) in tomoyo_check_profile()
Ddomain.c519 !entry->ns->profile_ptr[entry->profile]) in tomoyo_assign_domain()
Dcommon.h899 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES]; member