Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit_fsnotify.c Create Date:2022-07-28 11:29:48
Last Modify:2020-03-17 18:09:23 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:audit_autoremove_mark_rule

Proto:static void audit_autoremove_mark_rule(struct audit_fsnotify_mark *audit_mark)

Type:void

Parameter:

TypeParameterName
struct audit_fsnotify_mark *audit_mark
147  rule = rule
148  entry = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(rule, structaudit_entry, rule)
150  audit_mark_log_rule_change(audit_mark, "autoremove_rule")
151  Remove an existing rule from filterlist.
Caller
NameDescribe
audit_mark_handle_eventUpdate mark data in audit rules based on fsnotify events.