函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-27 12:31:48
Last Modify:2020-03-17 16:31:21 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__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(当前进程)
2488  effective set of process 等于 caps we can actually use
2489  inheritable等于 caps we can actually use
2490  permitted等于 caps we're permitted
2491  ambient等于 Ambient capability set
2492  type等于Record showing argument to sys_capset