From 874184fdcf95ec4ea3452f3e72d705bdbbd486b3 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 29 Apr 2005 16:23:29 +0100 Subject: [PATCH] --- yaml --- r: 588 b: refs/heads/master c: 85c8721ff3bc96b702427a440616079e8daf8a2f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/audit.h | 2 +- trunk/kernel/audit.c | 4 ++-- trunk/kernel/auditsc.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 3a9dcd5dfa45..a704354b7efe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67eb81e1686f44bcf8f005b296213fd2c21b4719 +refs/heads/master: 85c8721ff3bc96b702427a440616079e8daf8a2f diff --git a/trunk/include/linux/audit.h b/trunk/include/linux/audit.h index 0467f2441b68..5fabe8481011 100644 --- a/trunk/include/linux/audit.h +++ b/trunk/include/linux/audit.h @@ -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. diff --git a/trunk/kernel/audit.c b/trunk/kernel/audit.c index 42ce282728b6..58c7d7e47299 100644 --- a/trunk/kernel/audit.c +++ b/trunk/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 diff --git a/trunk/kernel/auditsc.c b/trunk/kernel/auditsc.c index 49ecd707b953..9ff2c1b1033e 100644 --- a/trunk/kernel/auditsc.c +++ b/trunk/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.