Function report |
Source Code:lib\audit.c |
Create Date:2022-07-28 07:11:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_classify_syscall
Proto:int audit_classify_syscall(int abi, unsigned syscall)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | abi | |
unsigned | syscall |
42 | If audit_is_compat(abi) Then Return audit_classify_compat_syscall(abi, syscall) |
61 | Case syscall == __NR_execve |
62 | Return 5 |
63 | Default |
64 | Return 0 |
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 |