1__AUDIT_LOG_CAPSET(9) Audit Interfaces __AUDIT_LOG_CAPSET(9)
23
4
NAME
6__audit_log_capset - store information about the arguments to the
7capset syscall
8
SYNOPSIS
10void __audit_log_capset(const struct cred * new,
11const struct cred * old);
12
ARGUMENTS
14new
15the new credentials
1617
old
18the old (current) credentials
19
DESCRIPTION
21Record the aguments userspace sent to sys_capset for later printing by
22the audit system if applicable
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 __AUDIT_LOG_CAPSET(9)