Commit 85c8721f authored by 's avatar

audit: update pointer to userspace tools, remove emacs mode tags

parent 67eb81e1
/* audit.h -- Auditing support -*- linux-c -*- /* audit.h -- Auditing support
* *
* Copyright 2003-2004 Red Hat Inc., Durham, North Carolina. * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
* All Rights Reserved. * All Rights Reserved.
......
/* audit.c -- Auditing support -*- linux-c -*- /* audit.c -- Auditing support
* Gateway between the kernel (e.g., selinux) and the user-space audit daemon. * Gateway between the kernel (e.g., selinux) and the user-space audit daemon.
* System-call specific features have moved to auditsc.c * System-call specific features have moved to auditsc.c
* *
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
* 6) Support low-overhead kernel-based filtering to minimize the * 6) Support low-overhead kernel-based filtering to minimize the
* information that must be passed to user-space. * information that must be passed to user-space.
* *
* Example user-space utilities: http://people.redhat.com/faith/audit/ * Example user-space utilities: http://people.redhat.com/sgrubb/audit/
*/ */
#include <linux/init.h> #include <linux/init.h>
......
/* auditsc.c -- System-call auditing support -*- linux-c -*- /* auditsc.c -- System-call auditing support
* Handles all system-call specific auditing features. * Handles all system-call specific auditing features.
* *
* Copyright 2003-2004 Red Hat Inc., Durham, North Carolina. * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment