Home
last modified time | relevance | path

Searched refs:tomoyo_correct_domain (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dsecurityfs_if.c53 if (tomoyo_correct_domain(data)) { in tomoyo_write_self()
H A Dutil.c169 if (tomoyo_correct_domain(start)) in tomoyo_get_domainname()
548 * tomoyo_correct_domain - Check whether the given domainname follows the naming rules.
554 bool tomoyo_correct_domain(const unsigned char *domainname) in tomoyo_correct_domain() function
H A Ddomain.c266 if (!tomoyo_correct_domain(domainname)) { in tomoyo_write_transition_control()
548 !tomoyo_correct_domain(domainname)) in tomoyo_assign_domain()
H A Dcommon.h933 bool tomoyo_correct_domain(const unsigned char *domainname);
H A Dcommon.c872 if (!tomoyo_correct_domain(manager) && in tomoyo_update_manager_entry()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dsecurityfs_if.c53 if (tomoyo_correct_domain(data)) { in tomoyo_write_self()
H A Ddomain.c266 if (!tomoyo_correct_domain(domainname)) { in tomoyo_write_transition_control()
546 !tomoyo_correct_domain(domainname)) in tomoyo_assign_domain()
H A Dutil.c169 if (tomoyo_correct_domain(start)) in tomoyo_get_domainname()
553 * tomoyo_correct_domain - Check whether the given domainname follows the naming rules.
559 bool tomoyo_correct_domain(const unsigned char *domainname) in tomoyo_correct_domain() function
H A Dcommon.h933 bool tomoyo_correct_domain(const unsigned char *domainname);
H A Dcommon.c864 if (!tomoyo_correct_domain(manager) && in tomoyo_update_manager_entry()

Completed in 17 milliseconds