Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:28:35 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_core_dumps - record information about processes that end abnormally*@signr: signal value* If a process ends with a core dump, something fishy is going on and we* should record the event for investigation.
Proto:void audit_core_dumps(long signr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
long | signr |
2581 | If Not audit_enabled Then Return |
2587 | ab = audit_log_start - obtain an audit buffer*@ctx: audit_context (may be NULL)*@gfp_mask: type of allocation*@type: audit message type* Returns audit_buffer pointer on success or NULL on error |
2588 | If Value for the false possibility is greater at compile time(!ab) Then Return |
2590 | audit_log_task(ab) |
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 |