函数逻辑报告 |
Source Code:kernel\seccomp.c |
Create Date:2022-07-27 12:50:53 |
Last Modify:2022-05-19 16:58:48 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__secure_computing_strict
函数原型:static void __secure_computing_strict(int this_syscall)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | this_syscall |
690 | syscall_whitelist等于Secure computing mode 1 allows only read/write/exit/sigreturn.* To be fully secure this must be combined with rlimit* to limit the stack allocations too. |
695 | 循环 |
696 | 如果syscall_whitelist恒等于this_syscall则返回 |
698 | 当*syscall_whitelist先自加循环 |
703 | seccomp_log(this_syscall, SIGKILL, kill the thread , true) |
名称 | 描述 |
---|---|
secure_computing_strict |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |