table of contents
other versions
__AUDIT_LOG_CAPSET(9) | Audit Interfaces | __AUDIT_LOG_CAPSET(9) |
NAME¶
__audit_log_capset - store information about the arguments to the capset syscall
SYNOPSIS¶
void __audit_log_capset(const struct cred * new, const struct cred * old);
ARGUMENTS¶
const struct cred * new
the new credentials
const struct cred * old
the old (current) credentials
DESCRIPTION¶
Record the arguments userspace sent to sys_capset for later printing by the audit system if applicable
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |