aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
author <dwmw2@shinybook.infradead.org>2005-04-29 16:23:29 +0100
committer <dwmw2@shinybook.infradead.org>2005-04-29 16:23:29 +0100
commit85c8721ff3bc96b702427a440616079e8daf8a2f (patch)
tree1232ac4ebbd6d2453ee4d4a104003273ced20440 /kernel
parent67eb81e1686f44bcf8f005b296213fd2c21b4719 (diff)
downloadlinux-85c8721ff3bc96b702427a440616079e8daf8a2f.tar.gz
audit: update pointer to userspace tools, remove emacs mode tags
Diffstat (limited to 'kernel')
-rw-r--r--kernel/audit.c4
-rw-r--r--kernel/auditsc.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index 42ce282728b68..58c7d7e472996 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -1,4 +1,4 @@
-/* audit.c -- Auditing support -*- linux-c -*-
+/* audit.c -- Auditing support
* Gateway between the kernel (e.g., selinux) and the user-space audit daemon.
* System-call specific features have moved to auditsc.c
*
@@ -38,7 +38,7 @@
* 6) Support low-overhead kernel-based filtering to minimize the
* 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>
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index 49ecd707b953c..9ff2c1b1033e0 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -1,4 +1,4 @@
-/* auditsc.c -- System-call auditing support -*- linux-c -*-
+/* auditsc.c -- System-call auditing support
* Handles all system-call specific auditing features.
*
* Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.