diff options
author | Eric Paris <eparis@localhost.localdomain> | 2013-04-30 09:53:34 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2013-04-30 15:31:28 -0400 |
commit | 4d3fb709b285ac885c40950a837edbfc90029c5f (patch) | |
tree | 97d57baf099cbcb48e756213cf83f06602497a01 /include | |
parent | b122c3767c1d89763b4babca062c3171a71ed97c (diff) |
helper for some session id stuff
Diffstat (limited to 'include')
-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); | |||
89 | 89 | ||
90 | struct filename; | 90 | struct filename; |
91 | 91 | ||
92 | extern void audit_log_session_info(struct audit_buffer *ab); | ||
93 | |||
92 | #ifdef CONFIG_AUDITSYSCALL | 94 | #ifdef CONFIG_AUDITSYSCALL |
93 | /* These are defined in auditsc.c */ | 95 | /* These are defined in auditsc.c */ |
94 | /* Public API */ | 96 | /* Public API */ |