Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:22:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_do_config_change
Proto:static int audit_do_config_change(char *function_name, unsigned int *to_change, unsigned int new)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | function_name | |
unsigned int * | to_change | |
unsigned int | new |
401 | rc = 0 |
405 | If audit_enabled == AUDIT_LOCKED Then allow_changes = 0 |
407 | Else allow_changes = 1 |
410 | If audit_enabled != AUDIT_OFF Then |
411 | rc = audit_log_config_change(function_name, new, old, allow_changes) |
412 | If rc Then allow_changes = 0 |
417 | If allow_changes == 1 Then to_change = new |
422 | Return rc |
Name | Describe |
---|---|
audit_set_rate_limit | |
audit_set_backlog_limit | |
audit_set_backlog_wait_time | |
audit_set_enabled | |
audit_set_failure |
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 |