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
- new
- 
     the new credentials
     
- old
- 
     the old (current) credentials
     
Description
   Record the arguments userspace sent to sys_capset for later printing by the
   audit system if applicable