1__AUDIT_LOG_CAPSET(9) Audit Interfaces __AUDIT_LOG_CAPSET(9)
2
3
4
6 __audit_log_capset - store information about the arguments to the
7 capset syscall
8
10 void __audit_log_capset(pid_t pid, const struct cred * new,
11 const struct cred * old);
12
14 pid
15 target pid of the capset call
16
17 new
18 the new credentials
19
20 old
21 the old (current) credentials
22
24 Record the aguments userspace sent to sys_capset for later printing by
25 the audit system if applicable
26
28Kernel Hackers Manual 2.6. June 2019 __AUDIT_LOG_CAPSET(9)