函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit_fsnotify.c Create Date:2022-07-27 12:33:11
Last Modify:2020-03-17 18:09:23 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:audit_autoremove_mark_rule

函数原型:static void audit_autoremove_mark_rule(struct audit_fsnotify_mark *audit_mark)

返回类型:void

参数:

类型参数名称
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.
调用者
名称描述
audit_mark_handle_eventUpdate mark data in audit rules based on fsnotify events.