Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:26:27 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_match_filetype
Proto:static int audit_match_filetype(struct audit_context *ctx, int val)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_context * | ctx | |
int | val |
181 | If Value for the false possibility is greater at compile time(!ctx) Then Return 0 |
185 | If ino != AUDIT_INO_UNSET && (mode & S_IFMT) == mode Then Return 1 |
190 | Return 0 |
Name | Describe |
---|---|
audit_filter_rules | Compare a task_struct with an audit_rule. Return 1 on match, 0* otherwise.* If task_creation is true, this is an explicit indication that we are* filtering a task rule at task creation time. This and tsk == current are |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |