Home
last modified time | relevance | path

Searched refs:tomoyo_kernel_domain (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/security/tomoyo/
Dmemory.c197 tomoyo_kernel_domain.ns = &tomoyo_kernel_namespace; in tomoyo_mm_init()
198 INIT_LIST_HEAD(&tomoyo_kernel_domain.acl_info_list); in tomoyo_mm_init()
199 tomoyo_kernel_domain.domainname = tomoyo_get_name("<kernel>"); in tomoyo_mm_init()
200 list_add_tail_rcu(&tomoyo_kernel_domain.list, &tomoyo_domain_list); in tomoyo_mm_init()
Dsecurityfs_if.c244 if (current_cred()->security != &tomoyo_kernel_domain) in tomoyo_initerface_init()
Dtomoyo.c555 cred->security = &tomoyo_kernel_domain; in tomoyo_init()
Ddomain.c14 struct tomoyo_domain_info tomoyo_kernel_domain; variable
799 if (old_domain == &tomoyo_kernel_domain && in tomoyo_find_next_domain()
Dcommon.h1083 extern struct tomoyo_domain_info tomoyo_kernel_domain;
Dcommon.c1076 if (domain == &tomoyo_kernel_domain) in tomoyo_delete_domain()