Flos Lonicerae

Results 29 comments of Flos Lonicerae

Hello. This PR contains the identical fix to the old one https://github.com/ComplianceAsCode/content/pull/8543 .Test files have been added, please check. Thanks.

Hi @brett060102 , thanks for your comment. In fact I've submitted the code a month ago, however in the old PR it's not accepted because I did not create the...

Hi @yuumasato , thanks for your review. Please help to check the latest one which I have adjusted. Thank you.

Hi @brett060102 , if the config files in this pattern `/etc/rsyslog.d/*.conf` we give the same results. But things will be different if the pattern is `/etc/rsyslog.d/*/*.conf`.

Hi @brett060102 , I think if the simple way works we should keep it simple. In fact I believe this is a special usage of quoting, that's why I suggest...

@brett060102 Good catch! Thanks for pointing out this case. Please help to review the latest commit which I 'steal' part of your code. Thank you!

That's strange.. The rsyslog behaves different against the doc. The logic is based on the testing results. I'll look into the code of rsyslog.

I believe the feature: ``` Based on: https://www.rsyslog.com/doc/v8-stable/configuration/global/options/rsconf1_includeconfig.html $IncludeConfig /directory/ will include all regular files not starting with dot "." and should not follow subdirs ``` Should have been removed...

Hi @brett060102 , I compared relevant functions in last 10 years in rsyslog's repo and now indeed there're more changes.. ``` I have checked two systems Ubuntu 20.04 and SLE15...