Function report |
Source Code:security\tomoyo\condition.c |
Create Date:2022-07-28 19:38:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_get_transit_preference - Parse domain transition preference for execve().*@param: Pointer to "struct tomoyo_acl_param".*@e: Pointer to "struct tomoyo_condition".* Returns the condition string part.
Proto:static char *tomoyo_get_transit_preference(struct tomoyo_acl_param *param, struct tomoyo_condition *e)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct tomoyo_acl_param * | param | |
struct tomoyo_condition * | e |
460 | If pos == '<' Then |
462 | Go to done |
465 | cp = strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
478 | done : |
479 | If Maybe NULL. Then Return data |
485 | Return "/" |
Name | Describe |
---|---|
tomoyo_get_condition | moyo_get_condition - Parse condition part.*@param: Pointer to "struct tomoyo_acl_param".* Returns pointer to "struct tomoyo_condition" on success, NULL otherwise. |
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 |