Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:28:29
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__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

Proto:void __audit_log_capset(const struct cred *new, const struct cred *old)

Type:void

Parameter:

TypeParameterName
const struct cred *new
const struct cred *old
2486  context = audit_context()
2487  pid = task_tgid_nr(current process)
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