mirror of
https://github.com/unraid/webgui.git
synced 2026-03-06 00:18:57 -06:00
VM Manager: whitelist 'tainted: high-privileges' and 'tainted: host-cpu' as regular text during log color coding
This commit is contained in:
@@ -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+\]:']
|
||||
|
||||
Reference in New Issue
Block a user