diff options
author | Eric Paris | 2013-04-30 09:53:34 -0400 |
---|---|---|
committer | Eric Paris | 2013-04-30 15:31:28 -0400 |
commit | 4d3fb709b285ac885c40950a837edbfc90029c5f (patch) | |
tree | 97d57baf099cbcb48e756213cf83f06602497a01 /include/linux/audit.h | |
parent | b122c3767c1d89763b4babca062c3171a71ed97c (diff) |
helper for some session id stuff
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index e2dd9c124140..b76bfc8efc25 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -89,6 +89,8 @@ extern int audit_classify_arch(int arch); struct filename; +extern void audit_log_session_info(struct audit_buffer *ab); + #ifdef CONFIG_AUDITSYSCALL /* These are defined in auditsc.c */ /* Public API */ |