函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\group.c Create Date:2022-07-27 21:12:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:moyo_path_matches_group - Check whether the given pathname matches members of the given pathname group

函数原型:const struct tomoyo_path_info *tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, const struct tomoyo_group *group)

返回类型:struct tomoyo_path_info

参数:

类型参数名称
const struct tomoyo_path_info *pathname
const struct tomoyo_group *group
138  如果rue or false or TOMOYO_GC_IN_PROGRESS 则继续下一循环
140  如果非moyo_path_matches_pattern - Check whether the given filename matches the given pattern.*@filename: The filename to check.*@pattern: The pattern to compare.* Returns true if matches, false otherwise.* The following patterns are available.* \\ \ itself.则继续下一循环
142  返回:member_name
144  返回:NULL