Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:27:12 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_log_pid_context
Proto:static int audit_log_pid_context(struct audit_context *context, pid_t pid, kuid_t auid, kuid_t uid, unsigned int sessionid, unsigned int sid, char *comm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_context * | context | |
pid_t | pid | |
kuid_t | auid | |
kuid_t | uid | |
unsigned int | sessionid | |
unsigned int | sid | |
char * | comm |
960 | char * ctx = NULL |
962 | rc = 0 |
964 | 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 |
971 | If sid Then |
984 | Return rc |
Name | Describe |
---|---|
audit_log_exit |
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 |