Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\group.c Create Date:2022-07-28 19:43:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_path_matches_group - Check whether the given pathname matches members of the given pathname group

Proto:const struct tomoyo_path_info *tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, const struct tomoyo_group *group)

Type:struct tomoyo_path_info

Parameter:

TypeParameterName
const struct tomoyo_path_info *pathname
const struct tomoyo_group *group
138  If rue or false or TOMOYO_GC_IN_PROGRESS Then Continue
140  If Not 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. Then Continue
142  Return member_name
144  Return NULL