Information
The rsync service can be used to synchronize files between systems over network links.
Rationale:
The rsync service presents a security risk as it uses unencrypted protocols for communication.
Solution
Run the following command to disable rsync:
# systemctl --now disable rsync
Additional Information:
Additional methods of disabling a service exist. Consult your distribution documentation for appropriate methods.