Function report |
Source Code:security\tomoyo\domain.c |
Create Date:2022-07-28 19:40:03 |
Last Modify:2022-05-23 20:14:46 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_namespace_jump - Check for namespace jump.*@domainname: Name of domain.* Returns true if namespace differs, false otherwise.
Proto:static bool tomoyo_namespace_jump(const char *domainname)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | domainname |
510 | Return strncmp(domainname, namespace, len) || domainname[len] && domainname[len] != ' ' |
Name | Describe |
---|---|
tomoyo_assign_domain | moyo_assign_domain - Create a domain or a namespace.*@domainname: The name of domain.*@transit: True if transit to domain found or created.* Returns pointer to "struct tomoyo_domain_info" on success, NULL otherwise.* Caller holds tomoyo_read_lock(). |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |