Function report |
Source Code:security\tomoyo\domain.c |
Create Date:2022-07-28 19:39:47 |
Last Modify:2022-05-23 20:14:46 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_scan_transition - Try to find specific domain transition type.*@list: Pointer to "struct list_head".*@domainname: The name of current domain.*@program: The name of requested program.*@last_name: The last component of @domainname.
Proto:static inline bool tomoyo_scan_transition(const struct list_head *list, const struct tomoyo_path_info *domainname, const struct tomoyo_path_info *program, const char *last_name, const enum tomoyo_transition_type type)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct list_head * | list | |
const struct tomoyo_path_info * | domainname | |
const struct tomoyo_path_info * | program | |
const char * | last_name | |
const enum tomoyo_transition_type | type |
306 | If rue or false or TOMOYO_GC_IN_PROGRESS || One of values in "enum tomoyo_transition_type". != type Then Continue |
308 | If Maybe NULL Then |
309 | If Not True if the domainname is tomoyo_get_last_name(). Then |
310 | If Maybe NULL != domainname Then Continue |
312 | Else |
323 | Return true |
325 | Return false |
Name | Describe |
---|---|
tomoyo_transition_type | moyo_transition_type - Get domain transition type |
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 |