Function report |
Source Code:kernel\auditfilter.c |
Create Date:2022-07-28 11:25:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_uid_comparator
Proto:int audit_uid_comparator(kuid_t left, unsigned int op, kuid_t right)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
kuid_t | left | |
unsigned int | op | |
kuid_t | right |
1224 | Case op == Audit_equal |
1226 | Case op == Audit_not_equal |
1236 | Case op == Audit_bitmask |
1237 | Case op == Audit_bittest |
1238 | Default |
1239 | Return 0 |
Name | Describe |
---|---|
audit_filter | |
audit_compare_uid | |
audit_field_compare | |
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 |