Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dsecurityfs_if.c69 tomoyo_assign_domain(data, true); in tomoyo_write_self()
Ddomain.c504 struct tomoyo_domain_info *tomoyo_assign_domain(const char *domainname, in tomoyo_assign_domain() function
818 domain = tomoyo_assign_domain(ee->tmp, true); in tomoyo_find_next_domain()
Dcommon.h1020 struct tomoyo_domain_info *tomoyo_assign_domain(const char *domainname,
Dcommon.c1162 domain = tomoyo_assign_domain(data, false); in tomoyo_write_domain()