Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\seccomp.c Create Date:2022-07-28 11:46:21
Last Modify:2022-05-19 16:58:48 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seccomp_actions_logged_from_names

Proto:static bool seccomp_actions_logged_from_names(unsigned int *actions_logged, char *names)

Type:bool

Parameter:

TypeParameterName
unsigned int *actions_logged
char *names
1681  actions_logged = 0
1682  When (name = strsep - Split a string into tokens*@s: The string to be searched*@ct: The characters to search for* strsep() updates @s to point after the token, ready for the next call.* It returns empty tokens, too, behaving exactly like the libc function) && name cycle
1683  action_logged = 0
1685  If Not seccomp_action_logged_from_name( & action_logged, name) Then Return false
1688  actions_logged |= action_logged
1691  Return true
Caller
NameDescribe
write_actions_logged