Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:moyo_parse_argv - Parse an argv[] condition part.*@left: Lefthand value.*@right: Righthand value.*@argv: Pointer to "struct tomoyo_argv".* Returns true on success, false otherwise.

Proto:static bool tomoyo_parse_argv(char *left, char *right, struct tomoyo_argv *argv)

Type:bool

Parameter:

TypeParameterName
char *left
char *right
struct tomoyo_argv *argv
302  If tomoyo_parse_ulong( & index, & left) != TOMOYO_VALUE_TYPE_DECIMAL || left++ != ']' || left Then Return false
305  value = moyo_get_dqword - tomoyo_get_name() for a quoted string.*@start: String to save.* Returns pointer to "struct tomoyo_path_info" on success, NULL otherwise.
306  Return value != NULL
Caller
NameDescribe
tomoyo_get_conditionmoyo_get_condition - Parse condition part.*@param: Pointer to "struct tomoyo_acl_param".* Returns pointer to "struct tomoyo_condition" on success, NULL otherwise.