Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Translate an inode field to kernel representation.

Proto:static inline int audit_to_inode(struct audit_krule *krule, struct audit_field *f)

Type:int

Parameter:

TypeParameterName
struct audit_krule *krule
struct audit_field *f
154  If listnr != Apply rule at syscall exit || quick access to an inode field || associated watch || associated watched tree || op != Audit_equal && op != Audit_not_equal Then Return -EINVAL
159  quick access to an inode field = f
160  Return 0
Caller
NameDescribe
audit_data_to_entryTranslate struct audit_rule_data to kernel's rule representation.