konstruktoid / hardening

Hardening Ubuntu. Systemd edition.
Apache License 2.0
1.38k stars 267 forks source link

[question] why is rsync uninstalled? #128

Closed zigotica closed 2 years ago

zigotica commented 2 years ago

Hello, first of all, thank you for this excellent tool. Just curious on why rsync is uninstalled. I ave not seen any reasoning about this or any other packages. Do you have a link where I can learn more about it? Thank you

konstruktoid commented 2 years ago

Hi @zigotica and thank you.

There's no issues with the rsync client per se (you can tunnel it over SSH), the issue is with rsync --daemon which is bundled.

See e.g https://static.open-scap.org/ssg-guides/ssg-rhel8-guide-cis.html#xccdf_org.ssgproject.content_rule_service_rsyncd_disabled

zigotica commented 2 years ago

Oh I see, I will investigate from here. Thank you so much for the quick reply!