Function report |
Source Code:security\selinux\avc.c |
Create Date:2022-07-28 18:43:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:avc_audit_post_callback - SELinux specific information* will be called by generic audit code*@ab: the audit buffer*@a: audit_data
Proto:static void avc_audit_post_callback(struct audit_buffer *ab, void *a)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_buffer * | ab | |
void * | a |
704 | sad = selinux_audit_data |
709 | rc = security_sid_to_context(state, ssid, & scontext, & scontext_len) |
713 | Else |
718 | rc = security_sid_to_context(state, tsid, & scontext, & scontext_len) |
722 | Else |
733 | rc = security_sid_to_context_inval(state, ssid, & scontext, & scontext_len) |
736 | If scontext_len && scontext[scontext_len - 1] == '\0' Then scontext_len-- |
743 | rc = security_sid_to_context_inval(state, tsid, & scontext, & scontext_len) |
746 | If scontext_len && scontext[scontext_len - 1] == '\0' Then scontext_len-- |
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 |