-
|
Hi! Here’s a question about the A ”kernel-style” process triggers a warning in the log. How is this supposed to be added to the configuration at
Proxsave is working really good otherwise. Keep up the good work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @gunverth, That warning comes from the bracketed/kernel-style detector, not the suspicious-process scan, so Also, on those two lists a plain name means an exact, whole-string match, so SAFE_BRACKET_PROCESSES="celeryd*"I've also clarified this in the docs/template. Thanks for the report! |
Beta Was this translation helpful? Give feedback.
Hi @gunverth,
That warning comes from the bracketed/kernel-style detector, not the suspicious-process scan, so
SAFE_PROCESSESwon't touch it. UseSAFE_BRACKET_PROCESSES(orSAFE_KERNEL_PROCESSES).Also, on those two lists a plain name means an exact, whole-string match, so
celeryddoesn't matchceleryd: celery@paperless:ForkPoolWorker-3057. Use a wildcard or regex instead:SAFE_BRACKET_PROCESSES="celeryd*"I've also clarified this in the docs/template. Thanks for the report!