Searched refs:tomoyo_domain_def (Results 1 – 2 of 2) sorted by relevance
561 if (!domainname || !tomoyo_domain_def(domainname)) in tomoyo_correct_domain() 579 * tomoyo_domain_def - Check whether the given token can be a domainname.585 bool tomoyo_domain_def(const unsigned char *buffer) in tomoyo_domain_def() function
474 if (len >= TOMOYO_EXEC_TMPSIZE - 10 || !tomoyo_domain_def(domainname)) in tomoyo_assign_namespace()