函数名称: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.
函数原型: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)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|
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 | |