lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <DF69A264612A3D4B961979B6957E8CFB040F06D4@NEXCHANGE.nexor.co.uk>
Date:	Fri, 22 Oct 2010 16:43:17 +0100
From:	"Ross Kirk" <Ross.Kirk@...or.com>
To:	<viro@...iv.linux.org.uk>
Cc:	<trivial@...nel.org>, <linux-kernel@...r.kernel.org>,
	<eparis@...hat.com>
Subject: [PATCH] audit: error message typo correction


Fixes a typo in the error message raised by audit when auditd has died

Signed-off-by: Ross Kirk <ross.kirk@...or.com>

--

diff -up a/kernel/audit.c b/kernel/audit.c 
--- a/kernel/audit.c    2010-10-22 16:25:40.000000000 +0100
+++ b/kernel/audit.c    2010-10-22 16:25:46.000000000 +0100
@@ -400,7 +400,7 @@ static void kauditd_send_skb(struct sk_b
        if (err < 0) {
                BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */
                printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid);
-               audit_log_lost("auditd dissapeared\n");
+               audit_log_lost("auditd disappeared\n");
                audit_pid = 0;
                /* we might get lucky and get this in the next auditd */
                audit_hold_skb(skb);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ