Get local copies of audit_context values
int auditsc_get_stamp(struct audit_context * ctx, struct timespec * t, unsigned int * serial);
ctx
audit_context for the task
t
timespec to store time recorded in the audit_context
serial
serial value that is recorded in the audit_context
Also sets the context as auditable.