VM Manager: whitelist 'tainted: high-privileges' and 'tainted: host-cpu' as regular text during log color coding

This commit is contained in:
Eric Schultz
2016-06-30 17:17:30 -05:00
parent 501a03e7bc
commit 3cf4eb7ddf

View File

@@ -14,7 +14,7 @@
// Color coding for syslog and disk log
$match =
[['class' => 'text',
'text' => ['to the standard error','non[ -]fatal error','correct gpt errors','error handler\b','(kernel|logger): [|+ #-.]','logger: (naming|log)']
'text' => ['to the standard error','non[ -]fatal error','correct gpt errors','error handler\b','(kernel|logger): [|+ #-.]','logger: (naming|log)','tainted: (host-cpu|high-privileges)']
],
['class' => 'login',
'text' => ['(accepted|failed) password','sshd\[\d+\]:']