提交 9db3b9bc 编写于 作者: R Ross Kirk 提交者: Jiri Kosina

audit: error message typo correction

Fixes a typo in the error message raised by audit when auditd has died.
Signed-off-by: NRoss Kirk <ross.kirk@nexor.com>

--
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 6d2ad1e3
......@@ -400,7 +400,7 @@ static void kauditd_send_skb(struct sk_buff *skb)
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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册