Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_classify_syscall

Proto:int audit_classify_syscall(int abi, unsigned syscall)

Type:int

Parameter:

TypeParameterName
intabi
unsignedsyscall
42  If audit_is_compat(abi) Then Return audit_classify_compat_syscall(abi, syscall)
61  Case syscall == __NR_execve
62  Return 5
63  Default
64  Return 0