Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_match_class

Proto:int audit_match_class(int class, unsigned syscall)

Type:int

Parameter:

TypeParameterName
intclass
unsignedsyscall
188  If Value for the false possibility is greater at compile time(syscall >= AUDIT_BITMASK_SIZE * 32) Then Return 0
190  If Value for the false possibility is greater at compile time(class >= AUDIT_SYSCALL_CLASSES || !classes[class]) Then Return 0
192  Return classes[class][AUDIT_WORD(syscall)] & AUDIT_BIT(syscall)
Caller
NameDescribe
audit_match_perm