]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
audit: update pointer to userspace tools, remove emacs mode tags
author <dwmw2@shinybook.infradead.org> <>
Fri, 29 Apr 2005 15:23:29 +0000 (16:23 +0100)
committer <dwmw2@shinybook.infradead.org> <>
Fri, 29 Apr 2005 15:23:29 +0000 (16:23 +0100)
include/linux/audit.h
kernel/audit.c
kernel/auditsc.c

index 0467f2441b68fc0f5c2e813bd13dcecee3682670..5fabe8481011311e2f4cb4b46ba69da18c53dcf3 100644 (file)
@@ -1,4 +1,4 @@
-/* audit.h -- Auditing support -*- linux-c -*-
+/* audit.h -- Auditing support
  *
  * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
  * All Rights Reserved.
index 42ce282728b68d15d1b47afa8530ab71b4169ee0..58c7d7e472996f5987d574df2e260fe9b1dec861 100644 (file)
@@ -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>
index 49ecd707b953cf902d37391e495bf981e9319c7e..9ff2c1b1033e082a2c1ef7622b7b56a9143ed1cf 100644 (file)
@@ -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.