From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Bigonville Subject: [PATCH 1/3] audisp/plugins/prelude/audisp-prelude.conf.5: Fix typo Date: Sat, 9 Feb 2013 16:50:33 +0100 Message-ID: <1360425035-27013-2-git-send-email-bigon@debian.org> References: <1360425035-27013-1-git-send-email-bigon@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx13.extmail.prod.ext.phx2.redhat.com [10.5.110.18]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r19FoicA013116 for ; Sat, 9 Feb 2013 10:50:45 -0500 Received: from anor.bigon.be (anor.bigon.be [91.121.173.99]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r19FohdP010138 for ; Sat, 9 Feb 2013 10:50:44 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by anor.bigon.be (Postfix) with ESMTP id 5631B1A0C1 for ; Sat, 9 Feb 2013 16:50:43 +0100 (CET) Received: from anor.bigon.be ([127.0.0.1]) by localhost (anor.bigon.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2BB6ICyZqzTt for ; Sat, 9 Feb 2013 16:50:41 +0100 (CET) Received: from fornost.bigon.be (unknown [IPv6:2a02:578:85fc:1:226:18ff:fe08:6073]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: bigon) by anor.bigon.be (Postfix) with ESMTPSA id 3E1D01A045 for ; Sat, 9 Feb 2013 16:50:40 +0100 (CET) In-Reply-To: <1360425035-27013-1-git-send-email-bigon@debian.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com From: Laurent Bigonville --- audisp/plugins/prelude/audisp-prelude.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audisp/plugins/prelude/audisp-prelude.conf.5 b/audisp/plugins/prelude/audisp-prelude.conf.5 index 66a5131..b7228ed 100644 --- a/audisp/plugins/prelude/audisp-prelude.conf.5 +++ b/audisp/plugins/prelude/audisp-prelude.conf.5 @@ -112,5 +112,5 @@ This is an action that determines what response should be taken whenever a user .TP .I watched_accounts -This option is a whitespace and comma separated list of accounts to watch. The accounts may be numeric or alphanumeric. If you want to include a range of accounts, separate them with a dash but no spaces. For example, to watch logins from bin to lp, use "bin-lp". Only successful logins logins are recorded. +This option is a whitespace and comma separated list of accounts to watch. The accounts may be numeric or alphanumeric. If you want to include a range of accounts, separate them with a dash but no spaces. For example, to watch logins from bin to lp, use "bin-lp". Only successful logins are recorded. .TP .I detect_watched_syscall -- 1.7.10.4