Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:23:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_signal_info - record signal info for shutting down audit subsystem*@sig: signal value*@t: task being signaled* If the audit subsystem is being terminated, record the task (pid)* and uid that is doing that.
Proto:int audit_signal_info(int sig, struct task_struct *t)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
struct task_struct * | t |
2276 | uid = current_uid() |
2281 | audit_sig_pid = task_tgid_nr(current process) |
2282 | auid = audit_get_loginuid(current process) |
2283 | If uid_valid(auid) Then The identity of the user shutting down the audit system. = auid |
2290 | Return audit_signal_info_syscall(t) |
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 |