Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_policy.c Create Date:2022-07-28 19:59:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ima_log_string_op

Proto:static void ima_log_string_op(struct audit_buffer *ab, char *key, char *value, kuid_tkuid_tbool (*rule_operator)(, ))

Type:void

Parameter:

TypeParameterName
struct audit_buffer *ab
char *key
char *value
bool (*rule_operator
844  If Not ab Then Return
847  If rule_operator == uid_gt Then audit_log_format - format a message into the audit buffer.*@ab: audit_buffer*@fmt: format string*@...: optional parameters matching @fmt string* All the work is done in audit_log_vformat.
849  Else if rule_operator == uid_lt Then audit_log_format - format a message into the audit buffer.*@ab: audit_buffer*@fmt: format string*@...: optional parameters matching @fmt string* All the work is done in audit_log_vformat.
851  Else audit_log_format - format a message into the audit buffer.*@ab: audit_buffer*@fmt: format string*@...: optional parameters matching @fmt string* All the work is done in audit_log_vformat.
853  audit_log_format - format a message into the audit buffer.*@ab: audit_buffer*@fmt: format string*@...: optional parameters matching @fmt string* All the work is done in audit_log_vformat.
Caller
NameDescribe
ima_log_string
ima_parse_rule