函数逻辑报告 |
Source Code:kernel\auditsc.c |
Create Date:2022-07-27 12:31:48 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__audit_log_capset - store information about the arguments to the capset syscall*@new: the new credentials*@old: the old (current) credentials* Record the arguments userspace sent to sys_capset for later printing by the* audit system if applicable
函数原型:void __audit_log_capset(const struct cred *new, const struct cred *old)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct cred * | new | |
const struct cred * | old |
2486 | context等于audit_context() |
2487 | pid等于task_tgid_nr(当前进程) |
2490 | permitted等于 caps we're permitted |
2491 | ambient等于 Ambient capability set |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |