summaryrefslogtreecommitdiff
path: root/audit-bsm.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-01-17 21:15:27 +1100
committerDarren Tucker <dtucker@zip.com.au>2011-01-17 21:15:27 +1100
commitea52a829699e981a58a69a77342e7ca3715a5f5b (patch)
tree425c4f3bbd3c691479e707431e0caf8458573b97 /audit-bsm.c
parent263d43d2a58f0fc4cf211808410560c8c3e451d2 (diff)
- (dtucker) [LICENCE Makefile.in audit-bsm.c audit-linux.c audit.c audit.h
configure.ac defines.h loginrec.c] Bug #1402: add linux audit subsystem support, based on patches from Tomas Mraz and jchadima at redhat.
Diffstat (limited to 'audit-bsm.c')
-rw-r--r--audit-bsm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/audit-bsm.c b/audit-bsm.c
index 2c417bc27..f196d4f1e 100644
--- a/audit-bsm.c
+++ b/audit-bsm.c
@@ -1,4 +1,4 @@
1/* $Id: audit-bsm.c,v 1.6 2008/02/25 10:05:04 dtucker Exp $ */ 1/* $Id: audit-bsm.c,v 1.7 2011/01/17 10:15:29 dtucker Exp $ */
2 2
3/* 3/*
4 * TODO 4 * TODO
@@ -305,13 +305,13 @@ audit_run_command(const char *command)
305} 305}
306 306
307void 307void
308audit_session_open(const char *ttyn) 308audit_session_open(struct logininfo *li)
309{ 309{
310 /* not implemented */ 310 /* not implemented */
311} 311}
312 312
313void 313void
314audit_session_close(const char *ttyn) 314audit_session_close(struct logininfo *li)
315{ 315{
316 /* not implemented */ 316 /* not implemented */
317} 317}