Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:secure_computing_strict

Proto:void secure_computing_strict(int this_syscall)

Type:void

Parameter:

TypeParameterName
intthis_syscall
710  mode = mode
712  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CHECKPOINT_RESTORE) && Value for the false possibility is greater at compile time(ptrace & PT_SUSPEND_SECCOMP) Then Return
716  If mode == seccomp is not in use. Then Return
718  Else if mode == uses hard-coded filter. Then __secure_computing_strict(this_syscall)
720  Else BUG()